Skip to content

Commit 1938831

Browse files
committed
fix: add wildcard to apt-lists cleanup in geth Dockerfile
1 parent 4e715e4 commit 1938831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FROM ubuntu:24.04
2929

3030
RUN apt-get update && \
3131
apt-get install -y jq curl supervisor && \
32-
rm -rf /var/lib/apt/lists
32+
rm -rf /var/lib/apt/lists/*
3333
RUN mkdir -p /var/log/supervisor
3434

3535
WORKDIR /app

0 commit comments

Comments
 (0)