Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensa committed Jun 6, 2020
1 parent 501857a commit 486ba46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
#
# Install software and needed libraries
&& apt-get -y install kmod libglib2.0-bin pulseaudio-utils cups-client x11-utils mesa-utils mesa-utils-extra va-driver-all \
&& apt-get -y install --no-install-recommends kmod libglib2.0-bin pulseaudio-utils cups-client x11-utils mesa-utils mesa-utils-extra va-driver-all 2>&1 \
#
# Assign audio group to non-root user
&& usermod -a -G audio ${USER_NAME} \
Expand Down

0 comments on commit 486ba46

Please sign in to comment.