1
Fork 0

Update Dockerfile

Persist `curl` as a dependency, mainly for upstream service availability health checks.
This commit is contained in:
Lucy C 2021-09-30 14:08:52 -06:00 committed by GitHub
parent 776d0e69d7
commit 36ba23c475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ] || [ "${TARGETPLATFORM}" = "linux
apt-get install -y darktable; fi
# Remove build dependencies and cleanup
RUN apt-get purge -y curl gpg \
RUN apt-get purge -y gpg \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*