We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e715e4 commit 1938831Copy full SHA for 1938831
1 file changed
geth/Dockerfile
@@ -29,7 +29,7 @@ FROM ubuntu:24.04
29
30
RUN apt-get update && \
31
apt-get install -y jq curl supervisor && \
32
- rm -rf /var/lib/apt/lists
+ rm -rf /var/lib/apt/lists/*
33
RUN mkdir -p /var/log/supervisor
34
35
WORKDIR /app
0 commit comments