summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Pino Garcia <dpino@igalia.com>2021-01-19 13:26:29 +0800
committerPatrick Griffis <pgriffis@igalia.com>2021-01-22 15:01:49 -0600
commit4d0b4e118df18776622ee931347931231a3e920e (patch)
tree441bc7156978bff389ecb2f7c101c78b9e182ac0
parentd64effba8503b61ff7e086bc3e18fc9db3a41048 (diff)
downloadlibsoup-4d0b4e118df18776622ee931347931231a3e920e.tar.gz
Dockerfile: Sort package dependencies by alphabetical order
-rw-r--r--.gitlab-ci/Dockerfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index d222d9d7..8fb708e3 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -3,12 +3,15 @@ FROM fedora:33
RUN dnf update -y \
&& dnf install -y 'dnf-command(builddep)' \
&& dnf builddep -y libsoup glib2 gobject-introspection vala \
- && dnf install -y brotli-devel \
+ && dnf install -y autoconf-archive \
+ brotli-devel \
+ clang-analyzer \
git \
- gtk-doc \
glib2-doc \
+ gtk-doc \
httpd \
lcov \
+ libasan \
libpsl-devel \
make \
meson \
@@ -16,12 +19,9 @@ RUN dnf update -y \
python2.7.x86_64 \
redhat-rpm-config \
samba-winbind-clients \
- which \
- clang-analyzer \
- valgrind \
- libasan \
sysprof-devel \
- autoconf-archive \
+ valgrind \
+ which \
&& dnf clean all \
&& git clone https://gitlab.gnome.org/GNOME/glib.git \
&& pushd glib \