Skip to content

Commit 6d4e407

Browse files
committed
Merge two commits.
1 parent 502521f commit 6d4e407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ WORKDIR /opt
55
RUN apt-get update && \
66
apt-get install -y git build-essential autoconf libtool make
77

8-
# Install protoc
8+
# Install jsonnet
99
RUN git clone https://github.com/google/jsonnet && \
1010
cd jsonnet && \
1111
make && \
12-
cd /
12+
cd ..

0 commit comments

Comments
 (0)