Skip to content

Instantly share code, notes, and snippets.

@nbuesing
Created June 19, 2018 01:29
Show Gist options
  • Save nbuesing/931e77fdb5392dbea85df5f2f62444c7 to your computer and use it in GitHub Desktop.
Save nbuesing/931e77fdb5392dbea85df5f2f62444c7 to your computer and use it in GitHub Desktop.
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