Skip to content

Commit

Permalink
Gitlab CI: Remove Wine from build image and add unzip.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Mar 23, 2024
1 parent 3f9c8d1 commit 17c110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/build.docker
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
echo 'exit 101' >> /usr/sbin/policy-rc.d && \
chmod +x /usr/sbin/policy-rc.d && \
apt-get update && \
apt-get install -y git build-essential ca-certificates autoconf libtool automake cmake python3 gettext wget wine64 wine64-tools libgdiplus zip && \
apt-get install -y git build-essential ca-certificates autoconf libtool automake cmake python3 gettext wget libgdiplus zip unzip && \
apt-get clean && \
useradd -m gitlab

Expand Down

0 comments on commit 17c110f

Please sign in to comment.