Skip to content

Commit b70b736

Browse files
authored
Merge pull request alfg#21 from alexholliz/master
Updating libfdk-aac.so.1 copy command to libfdk-aac.so.2
2 parents 76926c6 + e3b780d commit b70b736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN apk add --update \
144144

145145
COPY --from=build-nginx /opt/nginx /opt/nginx
146146
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
147+
COPY --from=build-ffmpeg /usr/lib/libfdk-aac.so.2 /usr/lib/libfdk-aac.so.2
148148

149149
# Add NGINX config and static files.
150150
ADD nginx.conf /opt/nginx/nginx.conf

0 commit comments

Comments
 (0)