Update Dockerfile

Fix dependencies
This commit is contained in:
Augustin 2023-03-09 14:30:29 +01:00 committed by GitHub
parent c28c2c573d
commit 7e64604e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@ RUN set -x \
git \ git \
libx11-xcb1 \ libx11-xcb1 \
libdbus-glib-1-2 \ libdbus-glib-1-2 \
libasound.so.2 \ libasound2 \
libgtk-3-0 \
xvfb \
nano \
&& git clone https://github.com/piair338/MsRewards \ && git clone https://github.com/piair338/MsRewards \
&& pip install -r MsRewards/requirements.txt \ && 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 \ && 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 \