add bundled ffmpeg version to app when built in a container

This commit is contained in:
meeb
2020-11-27 17:50:15 +11:00
parent 77c75ecb39
commit 9b160cab11
4 changed files with 21 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ ARG default_gid="10000"
COPY app /app
COPY app/tubesync/local_settings.py.container /app/tubesync/local_settings.py
# Append container bundled software versions
RUN echo "ffmpeg_version = '${FFMPEG_VERSION}-static'" >> /app/common/third_party_versions.py
# Add Pipfiles
COPY Pipfile /app/Pipfile
COPY Pipfile.lock /app/Pipfile.lock