This commit is contained in:
Dan Buch
2016-04-16 23:58:24 -04:00
parent eaf65f1d9d
commit 51bbb82cb6
2 changed files with 21 additions and 1 deletions

View File

@@ -3,4 +3,12 @@ FROM ubuntu:xenial
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -yq
RUN apt-get install -yq build-essential git man curl file sudo vim-tiny
RUN apt-get install -yq \
build-essential \
curl \
file \
gdb \
git \
man \
sudo \
vim-tiny