Simplified Dockerfile
This commit is contained in:
parent
cfbd62466c
commit
fd8994869b
1 changed files with 0 additions and 6 deletions
|
|
@ -9,12 +9,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
exiftool
|
exiftool
|
||||||
|
|
||||||
ARG INSTALL_GIT=false
|
|
||||||
RUN if [ "$INSTALL_GIT" = "true" ]; then \
|
|
||||||
apt-get install -y --no-install-recommends \
|
|
||||||
git; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
RUN rm -rf /var/lib/apt/lists/*
|
RUN rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue