Skip to content

Commit

Permalink
Install libsndfile in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBond authored Feb 22, 2025
1 parent 2752432 commit 45b1493
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 @@ -29,7 +29,7 @@ RUN ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb
RUN ln -s /bin/rm /usr/sbin/rm
RUN ln -s /bin/tar /usr/sbin/tar

RUN --mount=type=cache,target=/var/cache,sharing=locked apt update && apt install -y libportaudio2 libatomic1
RUN --mount=type=cache,target=/var/cache,sharing=locked apt update && apt install -y libportaudio2 libatomic1 libsndfile1

RUN groupadd --gid 1001 python && useradd --create-home python --uid 1001 --gid python

Expand Down

0 comments on commit 45b1493

Please sign in to comment.