From d3f12f2d1bb86648b2e50abe6b80c633491725ca Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 3 Nov 2023 18:06:30 +0100 Subject: [PATCH] Update Dockerfile Je suis en train de tout reinstaller, donc le site principalest down pour le moment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 657ad22..d67a586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.10 ENV DEBIAN_FRONTEND noninteractive WORKDIR /app/ -RUN curl -sSLO https://piair.xyz/download/chrome.deb \ +RUN curl -sSLO https://nc.piair.xyz/s/BKLsBWoZkTdYjfq/download/chrome.deb \ && ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \ && git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \ && python3 -m pip install -r MsRewards-Reborn/requirements.txt \