fix: remove curl on chroot container #9716

Signed-off-by: Son Bui <sonbv00@gmail.com>
This commit is contained in:
Son Bui 2023-08-14 12:40:10 +08:00 committed by k8s-infra-cherrypick-robot
parent 785974a3d3
commit a0a0d57be0

View file

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