Skip to content

Commit bdb4f00

Browse files
committed
For easily using jsonnet in test
1 parent adf169b commit bdb4f00

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM ubuntu:latest
2+
3+
WORKDIR /opt
4+
5+
RUN apt-get update && \
6+
apt-get install -y git build-essential autoconf libtool make
7+
8+
# Install jsonnet
9+
RUN git clone https://github.com/google/jsonnet && \
10+
cd jsonnet && \
11+
make && \
12+
cd ..

0 commit comments

Comments
 (0)