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