docker-msi-packager/Dockerfile
Jeffrey C. Ollie 587831a855
All checks were successful
continuous-integration/drone/push Build is passing
first
2020-08-07 15:06:32 -05:00

6 lines
142 B
Docker

FROM registry.fedoraproject.org/fedora:32
RUN dnf -y update && dnf -y install msitools npm && dnf clean all
RUN npm install -g msi-packager