From f9516e2f9d2e4fb571312a20741795b789927344 Mon Sep 17 00:00:00 2001 From: Zi Gao Date: Thu, 12 Jun 2025 07:11:39 +1000 Subject: [PATCH] removed duplicated curl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0135b16..08a6af7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ LABEL version="1.1" ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get install -qy --no-install-recommends \ - curl ca-certificates git zstd openssh-client make unzip nodejs python3 jq curl bzip2 docker-cli docker-buildx docker-compose && \ + curl ca-certificates git zstd openssh-client make unzip nodejs python3 jq bzip2 docker-cli docker-buildx docker-compose && \ rm -rf /var/lib/apt/lists/* /var/log/*.log /usr/share/doc/* /usr/share/info/* /usr/share/linda/* /usr/share/lintian/overrides/* /usr/share/man/* /etc/cron.daily/* /etc/cron.d/*