21230: Fix typo
[arvados.git] / tools / arvbox / lib / arvbox / docker / Dockerfile.base
index 6a03b303f7a4fa54262bb86081fe7cd4f8ad9f22..d8b240883169e72b6914a5f23ca7d62f8aef9447 100644 (file)
@@ -98,12 +98,11 @@ RUN $GOPATH/bin/arvados-server install -type test
 # also rely on it.
 # 1. Install wheel just to modernize the virtualenv.
 # 2. Install setuptools as an sdk build dependency; PyYAML for all tests
-#    and yml_override;py; and pdoc for the doc service.
+#    and yml_override.py; and pdoc for the doc service.
 # 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' && \