Skip to content

Commit

Permalink
Merge pull request #208 from lamuguo/master
Browse files Browse the repository at this point in the history
For easily using jsonnet in test.
  • Loading branch information
sparkprime authored Jun 23, 2016
2 parents adf169b + bdb4f00 commit a523d7f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM ubuntu:latest

WORKDIR /opt

RUN apt-get update && \
apt-get install -y git build-essential autoconf libtool make

# Install jsonnet
RUN git clone https://github.com/google/jsonnet && \
cd jsonnet && \
make && \
cd ..

0 comments on commit a523d7f

Please sign in to comment.