From ecfda9258499bb8f80ee97f8e57edfb1b9e420d0 Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 29 Dec 2022 17:53:45 +0100 Subject: [PATCH] no ? --- Dockerfile | 7 +++---- README.md | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1527855..1059060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,17 +11,16 @@ RUN set -x \ && apt install -y \ wfrench \ git \ - && git clone https://github.com/piair338/MsRewards \ - && pip install -r MsRewards/requirements.txt \ - && apt install -y \ libx11-xcb1 \ libdbus-glib-1-2 \ + && git clone https://github.com/piair338/MsRewards \ + && pip install -r MsRewards/requirements.txt \ && curl -sSLO https://download-installer.cdn.mozilla.net/pub/firefox/releases/91.9.1esr/linux-x86_64/en-US/firefox-91.9.1esr.tar.bz2 \ && tar -jxf firefox-* \ && mv firefox /opt/ \ && chmod 755 /opt/firefox \ && chmod 755 /opt/firefox/firefox \ - && ln -fs /opt/firefox/firefox /usr/bin/firefox \ + && sudo ln -s /opt/firefox/firefox /usr/bin/firefox && curl -sSLO https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VER}/geckodriver-${GECKODRIVER_VER}-linux64.tar.gz \ && tar zxf geckodriver-*.tar.gz \ && mv geckodriver /usr/bin/ diff --git a/README.md b/README.md index 3557d55..297f55b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ You should limit to 6 account per IP, and DON'T USE outlook account, they are ba installation recommandation : ``` -sudo apt-get install xdg-utils -y +sudo apt-get install xdg-utils libdbus-glib-1-2 -y + curl -sSLO https://download-installer.cdn.mozilla.net/pub/firefox/releases/91.9.1esr/linux-x86_64/en-US/firefox-91.9.1esr.tar.bz2 tar -xjf firefox-91.9.1esr.tar.bz2 sudo mv firefox /opt/