From e344368ace86da51ae8cd6e5f26f04f6848c4b55 Mon Sep 17 00:00:00 2001 From: ludapeng Date: Thu, 13 Jul 2023 10:55:00 +0800 Subject: [PATCH] base --- chageself/alpine/alpine313/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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