[libsoup/wip/update-ci: 1/3] Dockerfile: Add necessary libraries for building autobahntestsuite
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/update-ci: 1/3] Dockerfile: Add necessary libraries for building autobahntestsuite
- Date: Fri, 22 Jan 2021 21:06:30 +0000 (UTC)
commit d64effba8503b61ff7e086bc3e18fc9db3a41048
Author: Diego Pino Garcia <dpino igalia com>
Date: Mon Jan 18 16:23:12 2021 +0800
Dockerfile: Add necessary libraries for building autobahntestsuite
.gitlab-ci/Dockerfile | 5 +++++
1 file changed, 5 insertions(+)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]