Created
September 26, 2019 03:11
-
-
Save yingzhuo/b540be32e46e7044b78d1b8f1d0f653d to your computer and use it in GitHub Desktop.
清除apt cache #docker #dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN apt-get update && apt-get install -y \ | |
aufs-tools \ | |
automake \ | |
build-essential \ | |
curl \ | |
all\ | |
your\ | |
other\ | |
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