Skip to content
Snippets Groups Projects
Unverified Commit 200e302a authored by txt-file's avatar txt-file Committed by GitHub
Browse files

contrib: remove downloaded *.deb files from OCI container (#2697)


`apt-get clean` clears out the local repository of retrieved package files.
It removes everything but the lock file from /var/cache/apt/archives/ and
/var/cache/apt/archives/partial/.

Co-authored-by: default avatarVieno Hakkerinen <vieno@chemnitz.freifunk.net>
parent b11d983b
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ecdsautils \
lua-check \
shellcheck \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -d /gluon gluon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment