Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
workaround for a bug in the nomad build process
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bresson committed Mar 7, 2017
1 parent 87c519e commit 9a71bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache ruby go make git musl-dev bash &&\
export PATH=/tmp/bin:$PATH &&\
make bootstrap &&\
make dev &&\
cp -R $GOPATH/bin . &&\
make install &&\
cd / &&\
rm -rf /tmp/* &&\
Expand Down

0 comments on commit 9a71bea

Please sign in to comment.