diff --git a/docker/Dockerfile b/docker/Dockerfile index 41cc0f5db..9fd12a026 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && \ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 ENV PIP_NO_CACHE_DIR=1 RUN python3 -m venv /venv && /venv/bin/pip3 install --no-cache --upgrade setuptools pip -RUN /venv/bin/pip3 install --no-cache slither-analyzer solc-select "crytic-compile @ https://github.com/crytic/crytic-compile/archive/53167f3f3d63b73916b1660312a53fd952f2e3dd.zip" +RUN /venv/bin/pip3 install --no-cache slither-analyzer solc-select FROM gcr.io/distroless/python3-debian11:nonroot AS final-distroless