mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-12 21:50:50 +02:00
Fully containerized release builds
This commit is contained in:
13
Containerfile.windows
Normal file
13
Containerfile.windows
Normal file
@ -0,0 +1,13 @@
|
||||
ARG CONTAINER_IMAGE_DEBIAN
|
||||
FROM ${CONTAINER_IMAGE_DEBIAN}:latest
|
||||
|
||||
RUN dpkg --add-architecture i386 && apt-get update && apt-get install --no-install-recommends -y \
|
||||
wine \
|
||||
wine32 \
|
||||
wine64 \
|
||||
libwine \
|
||||
libwine:i386 \
|
||||
fonts-wine \
|
||||
zip
|
||||
|
||||
WORKDIR /project
|
Reference in New Issue
Block a user