Use fixed version of musl to fix DNS errors

This commit is contained in:
GlassedSilver
2022-04-26 04:46:05 +02:00
parent 4f227ca442
commit 7f61ccb5f5

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