diff --git a/Dockerfile.bundle b/Dockerfile.bundle index 196dd33d..c6a635fb 100644 --- a/Dockerfile.bundle +++ b/Dockerfile.bundle @@ -8,6 +8,8 @@ FROM $FFMPEG_IMAGE COPY --from=core /core /core +RUN rm /core/bin/import /core/bin/ffmigrate + RUN ffmpeg -buildconf ENV CORE_CONFIGFILE=/core/config/config.json