From 1422c2322339ac5cabdc15f8917d56f6ab501834 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 15 Jan 2024 10:48:23 -0500 Subject: [PATCH] 21230: Fix typo Arvados-DCO-1.1-Signed-off-by: Brett Smith --- tools/arvbox/lib/arvbox/docker/Dockerfile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base index a235274d31..d8b2408831 100644 --- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base +++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base @@ -98,7 +98,7 @@ 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 \ -- 2.30.2