Skip to content

Commit

Permalink
Use "--pull" in build-cross.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 28, 2016
1 parent 96615fd commit dc4f6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

docker build -f Dockerfile.cross -t tianon/rawdns:cross .
docker build --pull -f Dockerfile.cross -t tianon/rawdns:cross .

rm -f rawdns*
docker run --rm tianon/rawdns:cross sh -c 'cd /go/bin && tar -c rawdns*' | tar -xv
Expand Down

0 comments on commit dc4f6bf

Please sign in to comment.