diff --git a/buildimages/k3d-helm/Dockerfile b/buildimages/k3d-helm/Dockerfile
index ad652929f3491ebd2a1b63616b12180453565137..30a1e6b1231cec157311546b8f7e7b0a091c83fe 100644
--- a/buildimages/k3d-helm/Dockerfile
+++ b/buildimages/k3d-helm/Dockerfile
@@ -4,7 +4,7 @@ FROM docker:${DOCKER_VERSION}
 
 ARG KUBECTL_VERSION=v1.21.3
 
-RUN apk add -U wget curl bash openssl
+RUN apk add -U wget bash openssl
 # install kubectl
 RUN wget -q -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
     chmod +x /usr/local/bin/kubectl