We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cdd49 commit a29afd8Copy full SHA for a29afd8
.ci/image/Dockerfile
@@ -13,9 +13,8 @@ RUN apt-get update && \
13
python3-pip \
14
python3-setuptools \
15
python3-venv \
16
- # libmsi and libgcab are libraries the wixl binary depends on.
17
- libmsi-dev \
18
- libgcab-dev \
+ # tool to create msi packages
+ wixl \
19
# deb and rpm build tools
20
rubygem-fpm \
21
rpm \
@@ -26,9 +25,6 @@ RUN apt-get update && \
26
25
gcc-aarch64-linux-gnu \
27
libc6-dev-arm64-cross && \
28
rm -rf /var/lib/apt/lists/* && \
29
- # Install wixl
30
- curl -o /usr/local/bin/wixl -L https://pkg.cloudflare.com/binaries/wixl && \
31
- chmod a+x /usr/local/bin/wixl && \
32
mkdir -p opt
33
34
WORKDIR /opt
0 commit comments