Skip to content

Commit

Permalink
base
Browse files Browse the repository at this point in the history
  • Loading branch information
ludapeng committed Jul 13, 2023
1 parent da1e417 commit e344368
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chageself/alpine/alpine313/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -594,10 +594,11 @@ LABEL org.opencontainers.image.authors="julien@rottenberg.info" \

ENV LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64

CMD ["--help"]
ENTRYPOINT ["ffmpeg"]
# CMD ["--help"]
# ENTRYPOINT ["ffmpeg"]

COPY --from=build /usr/local /usr/local

CMD ["/bin/sh"]
# Let's make sure the app built correctly
# Convenient to verify on https://hub.docker.com/r/jrottenberg/ffmpeg/builds/ console output

0 comments on commit e344368

Please sign in to comment.