Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

APT autoremove #24

Closed
janstuemmel opened this issue May 26, 2020 · 0 comments · Fixed by #26
Closed

APT autoremove #24

janstuemmel opened this issue May 26, 2020 · 0 comments · Fixed by #26
Assignees
Labels
enhancement New feature or request

Comments

@janstuemmel
Copy link

janstuemmel commented May 26, 2020

Docker best practices does not recommend on autoclean and autoremove. Getting rid of apk lists should be enough

CSGO/buster/Dockerfile

Lines 36 to 38 in 7deb67c

&& apt-get clean autoclean \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*

ref:

@CM2Walki CM2Walki self-assigned this May 27, 2020
@CM2Walki CM2Walki added the enhancement New feature or request label May 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants