summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2023-01-11 20:19:39 -0600
committerPatrick Griffis <pgriffis@igalia.com>2023-01-17 01:07:51 +0000
commitdc5b70d1ee3ad0de9a3ff1a8a9934340e4cb17e4 (patch)
tree90529176a722ae56337036d85e380bda516680af
parent87ffb578822e330147f2323f11ffcec2be5695a6 (diff)
downloadlibsoup-dc5b70d1ee3ad0de9a3ff1a8a9934340e4cb17e4.tar.gz
docker: Workaround wsaccel 0.6.4 not installing
-rw-r--r--.gitlab-ci/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 67cc0e69..bbd711a1 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -32,7 +32,8 @@ RUN dnf update -y \
&& dnf builddep -y nghttp2 \
&& dnf clean all \
&& python2.7 -m ensurepip \
- && pip2.7 install virtualenv autobahntestsuite
+ && pip2.7 install --upgrade pip \
+ && pip2.7 install virtualenv wsaccel==0.6.3 autobahntestsuite
# Update libnghttp2 for do_invalid_header_rfc9113_received_test()
RUN git clone https://github.com/nghttp2/nghttp2.git \