diff --git a/Dockerfile b/Dockerfile index 3475b4e..10a328e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN curl -sSLO https://piair.xyz/download/chrome.deb \ && git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \ && python3 -m pip install -r MsRewards-Reborn/requirements.txt \ && wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key \ - && apt install lsb_release \ && echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | tee -a /etc/apt/sources.list.d/grafana.list \ && echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb bullseye main" | tee /etc/apt/sources.list.d/redis.list \ && apt update \