Skip to content

Commit

Permalink
use alpine-based fpm container
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Oct 30, 2018
1 parent a9d4630 commit 64c4842
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 @@ -32,7 +32,7 @@ PKGURL := https://github.com/ansemjo/$(PKGNAME)
PKGFORMATS = rpm deb apk

# how to execute fpm
FPM = podman run --rm --net none -v $$PWD:/build -w /build docker.io/tenzer/fpm
FPM = podman run --rm --net none -v $$PWD:/build -w /build ansemjo/fpm:alpine

# build a package
.PHONY: package-%
Expand Down

0 comments on commit 64c4842

Please sign in to comment.