diff --git a/apps/curl/Dockerfile b/apps/curl/Dockerfile index 0cc41e1..7d58e08 100644 --- a/apps/curl/Dockerfile +++ b/apps/curl/Dockerfile @@ -1,5 +1,4 @@ FROM cr.wks/debian-stable - RUN apt-get update && apt-get install -y \ curl procps && \ apt-get clean -y && \