From 547b207f73be9b33b5a12fce0d7553203567d6b2 Mon Sep 17 00:00:00 2001 From: Zoey Date: Tue, 16 Jul 2024 18:15:35 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 86d9b35..1086943 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG PT_VERSION=v6.2.0 \ TARGETARCH RUN apk upgrade --no-cache -a && \ - apk add --no-cache ca-certificates bash git build-base cmake openssl nodejs yarn npm file && \ + apk add --no-cache ca-certificates bash git build-base cmake openssl openssl-dev nodejs yarn npm file && \ yarn global add clean-modules && \ git clone --recursive https://github.com/Chocobozzz/PeerTube --branch "$PT_VERSION" /app && \ sed -i "s|gosu|su-exec|g" /app/support/docker/production/entrypoint.sh && \