Merge pull request #21 from alexholliz/master

Updating libfdk-aac.so.1 copy command to libfdk-aac.so.2
This commit is contained in:
Alfred Gutierrez 2019-02-25 13:34:27 -08:00 committed by GitHub
commit b70b736f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ RUN apk add --update \
COPY --from=build-nginx /opt/nginx /opt/nginx
COPY --from=build-ffmpeg /usr/local /usr/local
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
# Add NGINX config and static files.
ADD nginx.conf /opt/nginx/nginx.conf