summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 4615bc30..d222d9d7 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -13,6 +13,7 @@ RUN dnf update -y \
make \
meson \
mod_ssl \
+ python2.7.x86_64 \
redhat-rpm-config \
samba-winbind-clients \
which \
@@ -43,6 +44,10 @@ ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}
RUN useradd -u $HOST_USER_ID -ms /bin/bash user
+RUN python2.7 -m ensurepip
+RUN pip2.7 install virtualenv
+RUN pip2.7 install autobahntestsuite
+
USER user
WORKDIR /home/user