Skip to content

Commit

Permalink
Merge pull request #175 from vm03/master
Browse files Browse the repository at this point in the history
example: install glide with apt
  • Loading branch information
miry authored Jul 7, 2021
2 parents 06f9108 + 8060998 commit d768f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/trivial/jaeger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN set -x \
ca-certificates \
git \
curl \
golang-glide \
&& export PATH=$PATH:$GOPATH/bin \
&& mkdir -p $GOPATH/bin \
&& curl https://glide.sh/get | sh \
&& cd go/src/hello-backend \
&& glide up \
&& glide install \
Expand Down
2 changes: 1 addition & 1 deletion example/trivial/ubuntu-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN set -x \
ca-certificates \
git \
curl \
golang-glide \
&& export PATH=$PATH:$GOPATH/bin \
&& mkdir -p $GOPATH/bin \
&& curl https://glide.sh/get | sh \
&& cd go/src/hello-backend \
&& glide up \
&& glide install \
Expand Down

0 comments on commit d768f23

Please sign in to comment.