]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update Dockerfile
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 27 Jan 2025 14:56:21 +0000 (14:56 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2025 14:56:21 +0000 (14:56 +0000)
Stop using mbedtls

docker/classic/Dockerfile

index ef26d5d9a03572a173ce9b49ae4f7dada52fff1c..069db50936f35c0923f5b00ec3127d54ab797674 100644 (file)
@@ -18,7 +18,7 @@ RUN apk -U add \
         libconfig-dev \
         libsndfile-dev \
         libtool \
-        mbedtls-dev \
+        openssl-dev \
         mosquitto-dev \
         popt-dev \
         pulseaudio-dev \
@@ -40,7 +40,7 @@ COPY . .
 RUN git checkout "$SHAIRPORT_SYNC_BRANCH"
 WORKDIR /shairport-sync/build
 RUN autoreconf -i ../
-RUN CFLAGS="-O3" CXXFLAGS="-O3" ../configure --sysconfdir=/etc --with-alsa --with-pa --with-soxr --with-avahi --with-ssl=mbedtls \
+RUN CFLAGS="-O3" CXXFLAGS="-O3" ../configure --sysconfdir=/etc --with-alsa --with-pa --with-soxr --with-avahi --with-ssl=openssl \
         --with-metadata --with-dummy --with-pipe --with-dbus-interface \
         --with-stdout --with-mpris-interface --with-mqtt-client \
         --with-apple-alac --with-convolution
@@ -68,7 +68,7 @@ RUN apk -U add \
         libpulse \
         man-pages \
         mandoc \
-        mbedtls \
+        libcrypto3 \
         mosquitto \
         popt \
         soxr