nicknezis commented on a change in pull request #3601:
URL: https://github.com/apache/incubator-heron/pull/3601#discussion_r471053914
##########
File path: docker/test/Dockerfile.ubuntu18.04
##########
@@ -29,15 +29,17 @@ RUN apt-get update && apt-get -y install \
libcppunit-dev \
patch \
python3-dev \
+ python3-venv \
wget \
zip \
- virtualenv \
unzip \
git \
curl \
tree \
openjdk-11-jdk-headless
+RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Review comment:
Just tested with the following, but it still fails:
```
test --genrule_strategy=standalone
test --host_force_python=PY3
test --ignore_unsupported_sandboxing
test --spawn_strategy=standalone
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]