Skip to content

Commit

Permalink
fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
namtzigla committed Feb 15, 2019
1 parent 96cbb2c commit c00e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN go get -u github.com/golang/protobuf/protoc-gen-go

ENV NODE_VERSION 10.15.1
RUN wget https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz && \
tar xf node-v${NODE_VERSION}-linux-x64.tar.xz -c /usr/local --strip-component=1 && \
tar xf node-v${NODE_VERSION}-linux-x64.tar.xz -C /usr/local --strip-component=1 && \
rm node-*

0 comments on commit c00e051

Please sign in to comment.