Skip to content

Commit df92c55

Browse files
authored
Fix apt cache cleanup in nethermind Dockerfile (#526)
1 parent 97c1b32 commit df92c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nethermind/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
3535

3636
RUN apt-get update && \
3737
apt-get install -y jq curl supervisor && \
38-
rm -rf /var/lib/apt/lists
38+
rm -rf /var/lib/apt/lists/*
3939

4040
RUN mkdir -p /var/log/supervisor
4141

0 commit comments

Comments
 (0)