mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-06 09:26:17 +01:00
efab4c1c71
This gives us an updated enumeration template and link validation, amongst other things. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
18 lines
285 B
Docker
18 lines
285 B
Docker
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v39.5
|
|
|
|
USER root
|
|
|
|
RUN dnf -y install \
|
|
mingw64-gcc \
|
|
mingw64-gcc-c++ \
|
|
mingw64-gettext \
|
|
mingw64-libffi \
|
|
mingw64-zlib \
|
|
&& dnf clean all
|
|
|
|
WORKDIR /opt
|
|
COPY cross_file_mingw64.txt /opt
|
|
|
|
USER user
|
|
WORKDIR /home/user
|