We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76926c6 + e3b780d commit b70b736Copy full SHA for b70b736
Dockerfile
@@ -144,7 +144,7 @@ RUN apk add --update \
144
145
COPY --from=build-nginx /opt/nginx /opt/nginx
146
COPY --from=build-ffmpeg /usr/local /usr/local
147
-COPY --from=build-ffmpeg /usr/lib/libfdk-aac.so.1 /usr/lib/libfdk-aac.so.1
+COPY --from=build-ffmpeg /usr/lib/libfdk-aac.so.2 /usr/lib/libfdk-aac.so.2
148
149
# Add NGINX config and static files.
150
ADD nginx.conf /opt/nginx/nginx.conf
0 commit comments