We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad7ad4 commit afeb4b4Copy full SHA for afeb4b4
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