* 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 \
|
pcre \
|
||||||
zlib \
|
zlib \
|
||||||
geoip \
|
geoip \
|
||||||
curl \
|
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
patch \
|
patch \
|
||||||
yajl \
|
yajl \
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue