Module: wine Branch: master Commit: d79eab977696545265df61115dbdce9fde4e6f26 URL: https://gitlab.winehq.org/wine/wine/-/commit/d79eab977696545265df61115dbdce9...
Author: Esme Povirk esme@codeweavers.com Date: Sat May 18 17:36:34 2024 +0000
gitlab: Add unzip to build image.
I would like to reuse this build image for the Wine Mono CI process (so that I don't have to separately maintain an image that can run current Wine), but I need unzip to download and extract artifacts from Wine's CI process.
---
tools/gitlab/image.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/gitlab/image.docker b/tools/gitlab/image.docker index 4a380dfb51b..5259d1a1ed4 100644 --- a/tools/gitlab/image.docker +++ b/tools/gitlab/image.docker @@ -54,7 +54,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \ unixodbc-dev:amd64 unixodbc-dev:i386 \ x11proto-dev && \ apt-get install -y ccache netbase curl ca-certificates xserver-xorg-video-dummy xserver-xorg xfonts-base xinit fvwm \ - winbind fonts-liberation2 fonts-noto-core fonts-noto-cjk pulseaudio && \ + winbind fonts-liberation2 fonts-noto-core fonts-noto-cjk pulseaudio unzip && \ curl -O https://www.deb-multimedia.org/pool/main/d/deb-multimedia-keyring/deb-multim... && \ dpkg -i deb-multimedia-keyring_2016.8.1_all.deb && \ echo 'deb https://www.deb-multimedia.org bookworm main' >> /etc/apt/sources.list && \