Merge pull request #566 from GlassedSilver/master

Fixing DNS issues caused by outdated musl version
This commit is contained in:
Glassed Silver
2022-04-26 06:39:26 +02:00
committed by GitHub

View File

@@ -36,7 +36,9 @@ RUN apk add --no-cache \
python3 \
su-exec \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
atomicparsley
atomicparsley \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main/ \
musl
WORKDIR /app
COPY --from=ffmpeg /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg