You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,5 +49,13 @@ RUN echo "\n" | bash /opt/osxcross/build.sh
42
49
RUN rm /opt/osxcross/tarballs/*
43
50
ENV PATH /opt/osxcross/target/bin:$PATH
44
51
52
+
# install msitools
53
+
RUN cd /tmp && wget https://launchpad.net/ubuntu/+archive/primary/+files/gcab_0.6.orig.tar.xz && tar -xf gcab_0.6.orig.tar.xz && cd gcab-0.6 && ./configure && make && make install
54
+
55
+
RUN cd /tmp && wget https://launchpad.net/ubuntu/+archive/primary/+files/msitools_0.94.orig.tar.xz && tar -xf msitools_0.94.orig.tar.xz && cd msitools-0.94 && ./configure && make && make install
0 commit comments