Skip to content

Commit

Permalink
Added alsa-utils to container
Browse files Browse the repository at this point in the history
  • Loading branch information
alex9849 committed Feb 9, 2022
1 parent b7b3d52 commit 545bd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DOCKERIZE_VERSION v0.6.1

RUN apt update
RUN apt -y full-upgrade
RUN apt -yq install python python3-pip wget
RUN apt -yq install python python3-pip wget alsa-utils
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& tar -C /usr/local/bin -xzvf dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz \
&& rm dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion docker/DockerfilePi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM balenalib/raspberry-pi-debian:buster
ENV DOCKERIZE_VERSION v0.6.1
RUN apt update
RUN apt -y full-upgrade
RUN apt -yq install python python3-pip pigpio python-pigpio python3-pigpio wget
RUN apt -yq install python python3-pip pigpio python-pigpio python3-pigpio wget alsa-utils
COPY docker/install-java.sh /install-java.sh
RUN chmod u+x /install-java.sh && /install-java.sh
RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-armhf-$DOCKERIZE_VERSION.tar.gz \
Expand Down

0 comments on commit 545bd3b

Please sign in to comment.