This commit is contained in:
piair 2022-12-29 17:53:45 +01:00
parent e4f6677da8
commit ecfda92584
2 changed files with 5 additions and 5 deletions

View File

@ -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/

View File

@ -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/