👷 Upload snapshots
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-14 19:34:32 +02:00
parent 816017d4f1
commit e0eee2c023
2 changed files with 60 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
FROM ubuntu:jammy
RUN apt update && \
apt install -y libgtk2.0-dev libgl-dev binutils-mingw-w64-i686 git wget && \
apt install -y libgtk2.0-dev libgl-dev binutils-mingw-w64-i686 git wget zip && \
rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/i686-w64-mingw32-windres /usr/bin/i386-win32-windres && \
ln -s /usr/bin/i686-w64-mingw32-windres /usr/bin/windres