This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch one-more-cleanup-in-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 1bde7b961aedaf9bb216651a5fad57d68124fa61
Author: Nick Vatamaniuc <vatam...@gmail.com>
AuthorDate: Fri Oct 4 18:48:36 2024 -0400

    One more place we forgot to cleanup the apt repo
---
 3.4.1-nouveau/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/3.4.1-nouveau/Dockerfile b/3.4.1-nouveau/Dockerfile
index 648dc51..ffcb96b 100644
--- a/3.4.1-nouveau/Dockerfile
+++ b/3.4.1-nouveau/Dockerfile
@@ -33,7 +33,8 @@ RUN set -ex; \
     apt-get update; \
     apt-get install -y --no-install-recommends \
         openjdk-17-jre-headless \
-     ;
+     ; \
+    rm -rf /var/lib/apt/lists/*
 
 # grab tini for signal handling and zombie reaping
 # see https://github.com/apache/couchdb-docker/pull/28#discussion_r141112407

Reply via email to