postgres-backup/misc/ci/Dockerfile

7 lines
271 B
Docker
Raw Normal View History

2022-10-31 16:51:47 +01:00
FROM alpine:3.15
RUN apk add --no-cache make git curl jq bash
RUN wget https://github.com/goreleaser/nfpm/releases/download/v2.20.0/nfpm_2.20.0_Linux_x86_64.tar.gz \
&& tar -xzf nfpm_2.20.0_Linux_x86_64.tar.gz -C /usr/local/bin \
&& chmod +x /usr/local/bin/nfpm