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

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


The following commit(s) were added to refs/heads/main by this push:
     new e748fc4  One more place we forgot to cleanup the apt repo
e748fc4 is described below

commit e748fc4a483c1a651758df4900258701570d2533
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