Skip to content

Commit

Permalink
fix sound image building
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Mar 15, 2024
1 parent 09dc4fc commit eda4f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt update && apt install -y --no-install-recommends \
&& apt autoremove -y --purge \
&& apt clean -y && rm -rf /var/lib/apt/lists/* \
&& for x in alpha avi cutter gio; do \
rm /usr/lib/i386-linux-gnu/gstreamer-1.0/libgst$x.so; done
rm /usr/lib/*/gstreamer-1.0/libgst$x.so; done

COPY pulse-client.conf /etc/pulse/client.conf

Expand Down

0 comments on commit eda4f99

Please sign in to comment.