Skip to content

Commit

Permalink
fix CircleCI docker based build
Browse files Browse the repository at this point in the history
  • Loading branch information
lalyos committed Apr 2, 2015
1 parent 8719155 commit a62fc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION=9.10.2
build:
mkdir -p build
docker build -t sequenceiq/alpine-dig:$(VERSION) .
docker run --rm sequenceiq/alpine-dig:9.10.2 cat /usr/bin/dig > build/dig
docker run sequenceiq/alpine-dig:$(VERSION) cat /usr/bin/dig > build/dig

release:
rm -rf release && mkdir release
Expand Down

0 comments on commit a62fc34

Please sign in to comment.