From 990bbd3c6e6e5e67818a105119cfd5bb54823bba Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 10 Feb 2017 10:03:38 +0100 Subject: [PATCH] Dockerfile: install a browser so that we can open URL within steam --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 363deb9..57ea70b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN echo "deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise stea libopenal1 libnss3 libgconf-2-4 libxss1 libnm-glib4 \ libnm-util2 libglu1-mesa locales libsdl2-image-2.0 \ steam-launcher \ + xdg-utils firefox-esr \ mesa-utils:i386 \ libstdc++5 libstdc++5:i386 libbz2-1.0:i386 \ libavformat56 libswscale3 libavcodec56:i386 \