2019-09-23 21:30:20 +03:00

5 lines
76 B
Docker

FROM alpine
RUN apk add --no-cache rpm
COPY nfpm /nfpm
ENTRYPOINT ["/nfpm"]