From 3c480c76b59044c546b4cb7a273f583cc56be6d4 Mon Sep 17 00:00:00 2001 From: Erki Date: Sun, 23 Jan 2022 16:23:00 +0200 Subject: [PATCH] jenkins-ubuntu now has sshd --- jenkins-ubuntu.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-ubuntu.Dockerfile b/jenkins-ubuntu.Dockerfile index 6d9c505..393336f 100644 --- a/jenkins-ubuntu.Dockerfile +++ b/jenkins-ubuntu.Dockerfile @@ -3,4 +3,4 @@ FROM ubuntu:focal ENV DEBIAN_FRONTEND noninteractive RUN apt-get update -y -RUN apt-get install -y --no-install-recommends git build-essential cmake ninja-build python3 python3-pip default-jre +RUN apt-get install -y --no-install-recommends ssh git build-essential cmake ninja-build python3 python3-pip default-jre