diff --git a/docker/docker/worker-cli/Dockerfile b/docker/docker/worker-cli/Dockerfile index 31a49227..379c0715 100644 --- a/docker/docker/worker-cli/Dockerfile +++ b/docker/docker/worker-cli/Dockerfile @@ -7,7 +7,7 @@ ENV PIP_ROOT_USER_ACTION=ignore ENV GO_VERSION=1.23.0 RUN apt-get update && \ - apt-get install -y --no-install-recommends \ + apt-get install -y \ ca-certificates \ curl \ tar \