We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe34377 commit e648693Copy full SHA for e648693
1 file changed
reth/Dockerfile
@@ -47,7 +47,7 @@ FROM ubuntu:24.04
47
48
RUN apt-get update && \
49
apt-get install -y jq curl supervisor && \
50
- rm -rf /var/lib/apt/lists
+ rm -rf /var/lib/apt/lists/*
51
RUN mkdir -p /var/log/supervisor
52
53
WORKDIR /app
0 commit comments