Skip to content

Instantly share code, notes, and snippets.

@clly
Created January 16, 2020 02:44
Show Gist options
  • Save clly/0bfebbe54c62bf8cd96c71b1449850cf to your computer and use it in GitHub Desktop.
Save clly/0bfebbe54c62bf8cd96c71b1449850cf to your computer and use it in GitHub Desktop.
Remove Apt Cache
RUN apt-get update && apt-get install -y \
packages\
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment