]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add "curl" to the Docker images for potential use in automations.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 28 Jan 2025 06:36:46 +0000 (06:36 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 28 Jan 2025 06:37:28 +0000 (06:37 +0000)
docker/Dockerfile
docker/classic/Dockerfile

index 165b1c0e34e07c8c9abe06e681e901426770bc51..aff083bd9234fecb1fb607cf7260956db8f90bb9 100644 (file)
@@ -117,7 +117,8 @@ RUN apk -U add \
         mandoc \
         mosquitto \
         popt \
-        soxr && \
+        soxr \
+        curl && \
     rm -rfv /lib/apk/db/* && \
     rm -rfv /etc/avahi/services/*.service && \
     addgroup shairport-sync && \
index ef26d5d9a03572a173ce9b49ae4f7dada52fff1c..33ce58ed47cb9899f92b4a4377eee5910fafa924 100644 (file)
@@ -71,7 +71,8 @@ RUN apk -U add \
         mbedtls \
         mosquitto \
         popt \
-        soxr
+        soxr \
+        curl
 
 # Copy build files.
 COPY --from=builder /shairport-sync/build/install/usr/local/bin/shairport-sync /usr/local/bin/shairport-sync