Files
cell/.github/docker/Dockerfile.mingw
John Alanbrook 7bafa906cc
All checks were successful
Build / build-linux (push) Successful in 1m2s
Build / build-windows (push) Successful in 1m4s
Build / package-dist (push) Has been skipped
using containers
2025-02-17 10:09:43 -06:00

18 lines
338 B
Docker

# Dockerfile.windows-cross
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
mingw-w64 \
cmake \
ninja-build \
git \
build-essential \
binutils \
pkg-config \
meson \
zip \
npm nodejs \
ccache && \
rm -rf /var/lib/apt/lists/*