Update Dockerfile

This commit is contained in:
piair338 2022-11-06 18:10:44 +01:00 committed by GitHub
parent 3189359b81
commit 368523135a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 8 deletions

View File

@ -11,12 +11,8 @@ RUN set -x \
&& apt install -y \
wfrench \
git \
&& git clone https://github.com/piair338/MsRewards \
&& pip install -r MsRewards/requirements.txt \
# Add working FireFox
&& apt install -y \
libx11-xcb1 \
libdbus-glib-1-2 \
@ -25,9 +21,6 @@ RUN set -x \
&& mv firefox /opt/ \
&& chmod 755 /opt/firefox \
&& chmod 755 /opt/firefox/firefox \
# Add geckodriver
&& 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/