[libsoup/wip/update-ci: 2/3] Dockerfile: Sort package dependencies by alphabetical order
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/update-ci: 2/3] Dockerfile: Sort package dependencies by alphabetical order
- Date: Fri, 22 Jan 2021 21:06:30 +0000 (UTC)
commit 4d0b4e118df18776622ee931347931231a3e920e
Author: Diego Pino Garcia <dpino igalia com>
Date: Tue Jan 19 13:26:29 2021 +0800
Dockerfile: Sort package dependencies by alphabetical order
.gitlab-ci/Dockerfile | 14 +++++++-------
1 file 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]