21230: Activate virtualenv in arvbox doc service
[arvados.git] / tools / arvbox / lib / arvbox / docker / Dockerfile.base
index 6a03b303f7a4fa54262bb86081fe7cd4f8ad9f22..a235274d31e0fc8cd25d8ba1601715a2a54909c1 100644 (file)
@@ -102,8 +102,7 @@ RUN $GOPATH/bin/arvados-server install -type test
 # Everything else is installed by the sdk service on boot.
 RUN python3 -m venv /opt/arvados-py \
  && /opt/arvados-py/bin/pip install --no-cache-dir wheel \
- && /opt/arvados-py/bin/pip install --no-cache-dir setuptools PyYAML pdoc \
- && ln -s /opt/arvados-py/bin/pdoc /usr/local/bin/
+ && /opt/arvados-py/bin/pip install --no-cache-dir setuptools PyYAML pdoc
 
 RUN /etc/init.d/postgresql start && \
     su postgres -c 'dropuser arvados' && \