box-o-sand/lcthw-remnants-2/Dockerfile
2016-04-16 23:58:24 -04:00

15 lines
187 B
Docker

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