]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove dhclient from the image.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 31 Jan 2025 14:56:39 +0000 (14:56 +0000)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Fri, 31 Jan 2025 14:56:39 +0000 (14:56 +0000)
docker/Dockerfile

index d432a792182ae61d5ce4717d40b4a786a260f40b..823edc2d093abc4aecfde86c4183445e54be03f4 100644 (file)
@@ -118,8 +118,7 @@ RUN apk -U add \
         mosquitto \
         popt \
         soxr \
-        curl \
-        dhclient
+        curl
 
 RUN rm -rfv /lib/apk/db/* && \
     rm -rfv /etc/avahi/services/*.service && \