[libsoup/wip/http2: 11/16] docker: Add http2 dependencies
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/http2: 11/16] docker: Add http2 dependencies
- Date: Sun, 16 May 2021 13:20:00 +0000 (UTC)
commit 021efed5a2029a62810a1d31207d3c13866db11e
Author: Patrick Griffis <pgriffis igalia com>
Date: Fri May 7 13:57:56 2021 -0500
docker: Add http2 dependencies
.gitlab-ci/Dockerfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 702402e7..b84d0690 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -14,6 +14,7 @@ RUN dnf update -y \
lcov \
libasan \
libpsl-devel \
+ libnghttp2-devel \
lsof \
make \
meson \
@@ -42,7 +43,8 @@ RUN dnf update -y \
&& popd \
&& rm -rf glib gobject-introspection vala \
&& python2.7 -m ensurepip \
- && pip2.7 install virtualenv autobahntestsuite
+ && pip2.7 install virtualenv autobahntestsuite \
+ && pip3 install quart
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]