1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-17 15:36:19 +02:00
nfpm/testdata/acceptance/deb.min.dockerfile

5 lines
78 B
Plaintext
Raw Normal View History

2018-04-05 04:13:47 +02:00
FROM ubuntu
ARG package
COPY ${package} /tmp/foo.deb
RUN dpkg -i /tmp/foo.deb