minor chages

This commit is contained in:
Craig
2020-01-25 15:14:46 +00:00
parent 56a5dcf77f
commit 1b9d36b516
7 changed files with 14 additions and 12 deletions

View File

@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get -y install curl apt-utils supervisor openbox dbus-x11 xvfb pulseaudio firefox-esr \
&& apt-get -y install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-pulseaudio \
&& apt-get -y install libxcb-xkb-dev libxkbcommon-x11-dev \
&& apt-get -y install libxcb-xkb-dev libxkbcommon-x11-dev xclip \
#
# Create a non-root user
&& groupadd --gid $USER_GID $USERNAME \