Skip to content

Commit

Permalink
Add git to alpine build containers
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Apr 15, 2020
1 parent cfa5e51 commit 9c4657f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.ONESHELL:
.SECONDEXPANSION:
.DELETE_ON_ERROR:
.EXPORT_ALL_VARIABLES
.EXPORT_ALL_VARIABLES:
MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules

Expand Down
1 change: 1 addition & 0 deletions scripts/alpine-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ LC_CTYPE=C
UPX_VERSION="3.96"

apk add --update --no-cache \
git \
make \
tar

Expand Down

0 comments on commit 9c4657f

Please sign in to comment.