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 \
zlib \
geoip \
curl \
ca-certificates \
patch \
yajl \

View file

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

View file

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

View file

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