Skip to content

Commit

Permalink
Resolve libssp is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Jan 28, 2024
1 parent de89970 commit 030f83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /root
RUN dpkg --add-architecture i386 \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
wget git binutils-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 \
wget git binutils-mingw-w64 gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix \
win-iconv-mingw-w64-dev \
build-essential libtool autoconf automake \
gnupg2 \
Expand Down

0 comments on commit 030f83e

Please sign in to comment.