]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Added libgcrypt to runtime image too.
authorCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 29 Jun 2021 20:07:26 +0000 (21:07 +0100)
committerCharles <32498151+charlesomer@users.noreply.github.com>
Tue, 29 Jun 2021 20:07:26 +0000 (21:07 +0100)
docker/Dockerfile

index 91df623243835dc0d527a6d5d34f59a1df24c08d..408225054fc6e90ee723a3f0eee79125e4a67eed 100644 (file)
@@ -111,7 +111,8 @@ RUN apk -U add \
         libuuid \
         ffmpeg \
         libsodium \
-        libplist
+        libplist \
+        libgcrypt
 
 RUN rm -rf  /lib/apk/db/*