Remove import and ffmigrate from bundle

This commit is contained in:
Ingo Oppermann 2025-01-29 12:16:01 +01:00
parent bec9ee3bff
commit dfa02c3f2c
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -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