Skip to content

Commit

Permalink
Comment fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
setterguo committed Jun 14, 2016
1 parent 502521f commit 1fc60f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ WORKDIR /opt
RUN apt-get update && \
apt-get install -y git build-essential autoconf libtool make

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

0 comments on commit 1fc60f3

Please sign in to comment.