Jeffrey C. Ollie
f743eae2d2
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
191 B
Docker
5 lines
191 B
Docker
FROM registry.fedoraproject.org/fedora:32
|
|
|
|
RUN dnf -y update && dnf -y install msitools npm && dnf clean all
|
|
|
|
RUN npm install -g https://github.com/mmckegg/msi-packager/archive/v1.3.1.tar.gz
|