Created
February 7, 2019 09:43
-
-
Save nezl/c1a5ac75b43d451b879811a793961914 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| FROM ayushshanker/xorg:xenial | |
| RUN apt-get update && \ | |
| apt-get install -y --no-install-recommends \ | |
| git-core ncdu gcc silversearcher-ag nano && \ | |
| rm -rf /var/cache/apt/* && \ | |
| rm -rf /var/lib/apt/lists/* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment