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