diff --git a/chageself/alpine/alpine313/Dockerfile b/chageself/alpine/alpine313/Dockerfile index 36c09696..3a198b6c 100644 --- a/chageself/alpine/alpine313/Dockerfile +++ b/chageself/alpine/alpine313/Dockerfile @@ -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