diff --git a/Dockerfile b/Dockerfile index fb39a58..4681eea 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 nodejs yarn npm python3 file && \ + apk add --no-cache ca-certificates bash git build-base cmake openssl-dev nodejs yarn npm python3 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 && \