Skip to content

Commit

Permalink
Replace module-init-tools transitional package with kmod
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensa committed Jun 6, 2020
1 parent 268e729 commit 501857a
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 module-init-tools libglib2.0-bin pulseaudio-utils cups-client x11-utils mesa-utils mesa-utils-extra va-driver-all \
&& apt-get -y install kmod libglib2.0-bin pulseaudio-utils cups-client x11-utils mesa-utils mesa-utils-extra va-driver-all \
#
# Assign audio group to non-root user
&& usermod -a -G audio ${USER_NAME} \
Expand Down

0 comments on commit 501857a

Please sign in to comment.