diff --git a/nethermind/Dockerfile b/nethermind/Dockerfile index 9169bfd8..da771a92 100644 --- a/nethermind/Dockerfile +++ b/nethermind/Dockerfile @@ -35,7 +35,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble RUN apt-get update && \ apt-get install -y jq curl supervisor && \ - rm -rf /var/lib/apt/lists + rm -rf /var/lib/apt/lists/* RUN mkdir -p /var/log/supervisor