Skip to content

Commit

Permalink
More cache cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 21, 2024
1 parent 660e3e2 commit 4bebdd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN wget https://repo.b3p.nl/nexus/repository/public/org/locationtech/jts/jts-co
&& locale-gen "en_US.UTF-8" \
&& apt update && apt upgrade -y && apt autoremove -y && apt autoclean && apt clean \
&& rm -rf /tmp/* && rm -rf /var/tmp/* \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/* && rm -rf /var/cache/debconf/* && rm -rf /var/cache/fontconfig/*

USER solr
USER solr

0 comments on commit 4bebdd2

Please sign in to comment.