diff --git a/docker/docker/worker-cli/Dockerfile b/docker/docker/worker-cli/Dockerfile index 9077c2c..410541f 100644 --- a/docker/docker/worker-cli/Dockerfile +++ b/docker/docker/worker-cli/Dockerfile @@ -47,8 +47,7 @@ RUN GO_JSON=$(curl -s https://go.dev/dl/?mode=json) && \ rm ${GO_LATEST}.linux-${GO_ARCH}.tar.gz # Install Ruby and Python packages using uv -RUN uv install brakeman \ - && uv install checkmate5 +RUN uv install checkmate5 # Clone repositories RUN git clone https://github.com/tcosolutions/betterscan.git /srv/betterscan && \