aboutsummaryrefslogtreecommitdiff
path: root/xenial-i386-tcwg-base
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-05-09 11:14:28 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-09 11:14:28 +0300
commitd353ea083e2a3ef0a1e8c1de0d6602bd87f798bc (patch)
tree4b5143ba2e279d9e3e872ac9ac50c37dd193d4f7 /xenial-i386-tcwg-base
parent16df3bb1fde53f1374823b2748c20a1ba783fa56 (diff)
xenial-*-tcwg-base: use virtualenv package
On Xenial, even python3-virtualenv isn't enough. The virtualenv package provide the virtualenv binary. Change-Id: Ie35bd08fdab3c5629c03633bf71309be097009e4 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'xenial-i386-tcwg-base')
-rw-r--r--xenial-i386-tcwg-base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xenial-i386-tcwg-base/Dockerfile b/xenial-i386-tcwg-base/Dockerfile
index 5d84c339..44b45d24 100644
--- a/xenial-i386-tcwg-base/Dockerfile
+++ b/xenial-i386-tcwg-base/Dockerfile
@@ -60,7 +60,6 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
openssh-server \
pkg-config \
python-dev \
- python3-virtualenv \
pxz \
qemu-user \
rsync \
@@ -73,6 +72,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
time \
valgrind \
vim \
+ virtualenv \
wget \
wine \
xz-utils \