From 19388315c741b4f4b6635246213e4e4f2f3f90df Mon Sep 17 00:00:00 2001 From: kewe63 Date: Mon, 11 May 2026 10:51:24 +0300 Subject: [PATCH] fix: add wildcard to apt-lists cleanup in geth Dockerfile --- geth/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/Dockerfile b/geth/Dockerfile index c32881405..5ecaa0136 100644 --- a/geth/Dockerfile +++ b/geth/Dockerfile @@ -29,7 +29,7 @@ FROM ubuntu:24.04 RUN apt-get update && \ apt-get install -y jq curl supervisor && \ - rm -rf /var/lib/apt/lists + rm -rf /var/lib/apt/lists/* RUN mkdir -p /var/log/supervisor WORKDIR /app