From 36ba23c475f9fe440f660d0127638babf10c9dc9 Mon Sep 17 00:00:00 2001 From: Lucy C <12953208+elvece@users.noreply.github.com> Date: Thu, 30 Sep 2021 14:08:52 -0600 Subject: [PATCH] Update Dockerfile Persist `curl` as a dependency, mainly for upstream service availability health checks. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0051535..dca1265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*