mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:49:16 +00:00
Update Dockerfile
Persist `curl` as a dependency, mainly for upstream service availability health checks.
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user