Skip to content

Commit

Permalink
package binary into tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
lalyos committed Apr 2, 2015
1 parent c8d4974 commit c28dfd5
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 sequenceiq/alpine-dig:$(VERSION) cat /usr/bin/dig > build/dig
docker run sequenceiq/alpine-dig:$(VERSION) tar czv -C /usr/bin dig > build/dig.tgz

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

0 comments on commit c28dfd5

Please sign in to comment.