We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c1b32 commit df92c55Copy full SHA for df92c55
1 file changed
nethermind/Dockerfile
@@ -35,7 +35,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
35
36
RUN apt-get update && \
37
apt-get install -y jq curl supervisor && \
38
- rm -rf /var/lib/apt/lists
+ rm -rf /var/lib/apt/lists/*
39
40
RUN mkdir -p /var/log/supervisor
41
0 commit comments