Dockerfile: Reorder packages in alphabetical order

This commit is contained in:
Xavier Claessens
2018-06-07 11:27:54 -04:00
parent b04142a24f
commit 9cc50a08dc

View File

@@ -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