* 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:
parent
e5f524268e
commit
4664b741ff
4 changed files with 0 additions and 4 deletions
|
@ -40,7 +40,6 @@ RUN apk update \
|
|||
pcre \
|
||||
zlib \
|
||||
geoip \
|
||||
curl \
|
||||
ca-certificates \
|
||||
patch \
|
||||
yajl \
|
||||
|
|
|
@ -65,7 +65,6 @@ RUN apk update && apk upgrade && apk add --no-cache \
|
|||
unzip \
|
||||
openssl \
|
||||
cfssl@testing \
|
||||
curl \
|
||||
tzdata \
|
||||
libc6-compat
|
||||
|
||||
|
|
|
@ -50,7 +50,6 @@ RUN apk update \
|
|||
&& apk add -U --no-cache \
|
||||
bash \
|
||||
openssl \
|
||||
curl \
|
||||
ca-certificates \
|
||||
dumb-init \
|
||||
tzdata \
|
||||
|
|
|
@ -7,7 +7,6 @@ RUN apk update \
|
|||
&& apk upgrade && apk add -U --no-cache \
|
||||
ca-certificates \
|
||||
bash \
|
||||
curl \
|
||||
tzdata \
|
||||
libc6-compat \
|
||||
openssl
|
||||
|
|
Loading…
Reference in a new issue