From 7e64604e9f63787d743e1b936f860d95d5cce4dd Mon Sep 17 00:00:00 2001 From: Augustin Date: Thu, 9 Mar 2023 14:30:29 +0100 Subject: [PATCH] Update Dockerfile Fix dependencies --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eee9298..eb64d05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,10 @@ RUN set -x \ git \ libx11-xcb1 \ libdbus-glib-1-2 \ - libasound.so.2 \ + libasound2 \ + libgtk-3-0 \ + xvfb \ + nano \ && 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 \