Skip to content

Commit

Permalink
Pin the wine commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Apr 14, 2024
1 parent f976536 commit 7351671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y git
# Build and install patched WINE (see https://github.com/msys2/MSYS2-packages/issues/682)
RUN git clone https://gitlab.winehq.org/jhol/wine.git /tmp/winesrc
WORKDIR /tmp/winesrc
RUN git checkout msys2-hacks-17
# https://gitlab.winehq.org/jhol/wine/-/commits/msys2-hacks-17
RUN git checkout aed38b3fea259c23738d60df67d562592d394393
RUN ./configure --disable-tests --enable-win64
RUN make -j $(nproc)
RUN env DESTDIR=/tmp/install make -j $(nproc) install
Expand Down

0 comments on commit 7351671

Please sign in to comment.