Created
June 19, 2018 01:29
-
-
Save nbuesing/931e77fdb5392dbea85df5f2f62444c7 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 debian:stretch-slim | |
| RUN set -eux; \ | |
| apt-get update; \ | |
| apt-get -y install \ | |
| vim \ | |
| xorg \ | |
| ; \ | |
| rm -rf /var/lib/apt/lists/* | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment