diff --git a/Dockerfile b/Dockerfile index 3ed1006ea4..c6ee0219ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL "maintainer"="afl++ team " LABEL "about"="LibAFL Docker image" # install sccache to cache subsequent builds of dependencies -RUN cargo install sccache +RUN cargo install --locked sccache ENV HOME=/root ENV SCCACHE_CACHE_SIZE="1G"