fix: remove curl on base container #9716 (#10306)

* fix: remove curl on base container #9716

* fix: remove curl on chroot container #9716

Signed-off-by: Son Bui <sonbv00@gmail.com>

* fix: remove curl on test runner image #9716

Signed-off-by: Son Bui <sonbv00@gmail.com>

* fix: remove curl on e2e runner container #9716

Signed-off-by: Son Bui <sonbv00@gmail.com>

---------

Signed-off-by: Son Bui <sonbv00@gmail.com>
This commit is contained in:
Son Bui 2023-09-09 01:34:15 +08:00 committed by GitHub
parent e5f524268e
commit 4664b741ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View file

@ -40,7 +40,6 @@ RUN apk update \
pcre \ pcre \
zlib \ zlib \
geoip \ geoip \
curl \
ca-certificates \ ca-certificates \
patch \ patch \
yajl \ yajl \

View file

@ -65,7 +65,6 @@ RUN apk update && apk upgrade && apk add --no-cache \
unzip \ unzip \
openssl \ openssl \
cfssl@testing \ cfssl@testing \
curl \
tzdata \ tzdata \
libc6-compat libc6-compat

View file

@ -50,7 +50,6 @@ RUN apk update \
&& apk add -U --no-cache \ && apk add -U --no-cache \
bash \ bash \
openssl \ openssl \
curl \
ca-certificates \ ca-certificates \
dumb-init \ dumb-init \
tzdata \ tzdata \

View file

@ -7,7 +7,6 @@ RUN apk update \
&& apk upgrade && apk add -U --no-cache \ && apk upgrade && apk add -U --no-cache \
ca-certificates \ ca-certificates \
bash \ bash \
curl \
tzdata \ tzdata \
libc6-compat \ libc6-compat \
openssl openssl