mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Dockerfile: Reorder packages in alphabetical order
This commit is contained in:
@@ -18,21 +18,21 @@ RUN dnf -y install \
|
|||||||
libmount-devel \
|
libmount-devel \
|
||||||
libselinux-devel \
|
libselinux-devel \
|
||||||
libxslt \
|
libxslt \
|
||||||
|
make \
|
||||||
|
mingw64-gcc \
|
||||||
|
mingw64-gcc-c++ \
|
||||||
|
mingw64-gettext \
|
||||||
|
mingw64-libffi \
|
||||||
|
mingw64-zlib \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
pcre-devel \
|
pcre-devel \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
systemtap-sdt-devel \
|
systemtap-sdt-devel \
|
||||||
zlib-devel \
|
|
||||||
wget \
|
|
||||||
unzip \
|
unzip \
|
||||||
make \
|
wget \
|
||||||
mingw64-gcc \
|
zlib-devel \
|
||||||
mingw64-gcc-c++ \
|
|
||||||
mingw64-gettext \
|
|
||||||
mingw64-zlib \
|
|
||||||
mingw64-libffi \
|
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
RUN pip3 install meson
|
RUN pip3 install meson
|
||||||
|
Reference in New Issue
Block a user