aboutsummaryrefslogtreecommitdiff
path: root/trusty-i386-tcwg-base
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-05-03 07:17:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-03 07:17:18 +0300
commit1b3eadac1a0ac5e7104f092aa356c2000690f8bf (patch)
treed24e4fb4a1e826c7261dad9860ae4b65503b3d3a /trusty-i386-tcwg-base
parentacecc987f138fb0173c881df56114795b9bc0af2 (diff)
{trusty,xenial}-*-tcwg-base: fix virtualenv package name
virtualenv exists only in xenial and depends on python3-virtualenv. Use python-virtualenv instead, which exists in both trusty and xenial. Change-Id: Icbcbdeb7250b2286d72751491ccd145a6fea9f94 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'trusty-i386-tcwg-base')
-rw-r--r--trusty-i386-tcwg-base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/trusty-i386-tcwg-base/Dockerfile b/trusty-i386-tcwg-base/Dockerfile
index f55a769c..dea078e5 100644
--- a/trusty-i386-tcwg-base/Dockerfile
+++ b/trusty-i386-tcwg-base/Dockerfile
@@ -61,6 +61,7 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
openssh-server \
pkg-config \
python-dev \
+ python-virtualenv \
pxz \
qemu-user \
rsync \
@@ -73,7 +74,6 @@ RUN (url="http://archive.ubuntu.com/ubuntu/"; \
time \
valgrind \
vim \
- virtualenv \
wget \
wine \
xz-utils \