box-o-sand/lcthw-remnants-2/Dockerfile

15 lines
187 B
Docker
Raw Normal View History

2016-04-12 03:16:35 +00:00
FROM ubuntu:xenial
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -yq
2016-04-17 03:58:24 +00:00
RUN apt-get install -yq \
build-essential \
curl \
file \
gdb \
git \
man \
sudo \
vim-tiny