]> andersk Git - libyaml.git/blob - Dockerfile
18030d8428636d138a8d3df90378d06f82be71db
[libyaml.git] / Dockerfile
1 FROM ubuntu:16.04
2 RUN apt-get update && \
3     apt-get install -y \
4         autoconf \
5         build-essential \
6         git \
7         gist \
8         libtool \
9         tig \
10         vim
11
12 WORKDIR /libyaml
13
14 CMD ["bash"]
This page took 0.032611 seconds and 3 git commands to generate.