[libsoup/wip/http2: 3/8] docker: Add http2 dependencies




commit 1080bb55717df32e9436edce6c34af9414f37958
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]