Skip to content

Commit

Permalink
Merge pull request canonical#159 from locnnil/IENG-994-static-link
Browse files Browse the repository at this point in the history
build: compile docker-cli statically
  • Loading branch information
lucaskanashiro authored Mar 21, 2024
2 parents 0583375 + 51d9610 commit c75eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ parts:
# build the docker cli binary
unset LDFLAGS
make dynbinary
make binary
install -d "$CRAFT_PART_INSTALL/bin"
install -T build/docker "$CRAFT_PART_INSTALL/bin/docker"
Expand Down

0 comments on commit c75eca3

Please sign in to comment.