]> andersk Git - libyaml.git/commitdiff
Dockerfile for creating a test environment
authorIngy döt Net <ingy@ingy.net>
Thu, 15 Sep 2016 05:11:08 +0000 (22:11 -0700)
committerIan Cordasco <graffatcolmingov@gmail.com>
Wed, 7 Dec 2016 12:45:18 +0000 (06:45 -0600)
Uses ubuntu 16.04. `make test` is not yet working.

Dockerfile [new file with mode: 0644]

diff --git a/Dockerfile b/Dockerfile
new file mode 100644 (file)
index 0000000..18030d8
--- /dev/null
@@ -0,0 +1,14 @@
+FROM ubuntu:16.04
+RUN apt-get update && \
+    apt-get install -y \
+        autoconf \
+        build-essential \
+        git \
+        gist \
+        libtool \
+        tig \
+        vim
+
+WORKDIR /libyaml
+
+CMD ["bash"]
This page took 0.133519 seconds and 5 git commands to generate.