Skip to content

Commit

Permalink
Merge pull request #5 from AxisCommunications/user/joakimr/stripbinary
Browse files Browse the repository at this point in the history
dockerd-acap: Strip dockerd binary
  • Loading branch information
joakimr-axis committed May 24, 2021
2 parents 39a7bf1 + cc7ca2a commit 619aee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ endif

docker%:
curl https://download.docker.com/linux/static/stable/$(DOCKERARCH)/docker-19.03.8.tgz | tar xz --strip-components=1 docker/$@
$(STRIP) $@

all: $(PROGS) $(DOCKS)

Expand Down

0 comments on commit 619aee9

Please sign in to comment.