From dd7b62dc92a4d79b9e5c1183756352935b708e37 Mon Sep 17 00:00:00 2001 From: piair Date: Thu, 29 Dec 2022 18:25:06 +0100 Subject: [PATCH] maybe better ? --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4fef6f4..eee9298 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN set -x \ git \ libx11-xcb1 \ libdbus-glib-1-2 \ + libasound.so.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 \