[arvados] updated: 2.7.0-6611-g2e69cb93d0

git repository hosting git at public.arvados.org
Thu May 23 15:21:31 UTC 2024


Summary of changes:
 tools/arvbox/lib/arvbox/docker/Dockerfile.base | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  2e69cb93d03c8ff6ec3c06985a00443625e3932c (commit)
      from  f0fa9dcc05d46bf39cc0b55d7070c3f6c723c3b0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 2e69cb93d03c8ff6ec3c06985a00443625e3932c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu May 23 11:21:05 2024 -0400

    Arvbox want openssh-server, no issue #
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/arvbox/lib/arvbox/docker/Dockerfile.base b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
index 927b975f8f..1836187fdc 100644
--- a/tools/arvbox/lib/arvbox/docker/Dockerfile.base
+++ b/tools/arvbox/lib/arvbox/docker/Dockerfile.base
@@ -79,10 +79,10 @@ FROM debian:11
 ENV DEBIAN_FRONTEND noninteractive
 
 # The arvbox-specific dependencies are
-#  gnupg2 runit python3-dev python3-venv shellinabox netcat-openbsd less
+#  gnupg2 runit python3-dev python3-venv shellinabox netcat-openbsd less openssh-server
 RUN apt-get update && \
     apt-get -yq --no-install-recommends -o Acquire::Retries=6 install \
-    gnupg2 runit python3-dev python3-venv shellinabox netcat-openbsd less vim-tiny && \
+    gnupg2 runit python3-dev python3-venv shellinabox netcat-openbsd less vim-tiny openssh-server && \
     apt-get clean
 
 ENV GOPATH /var/lib/gopath

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list