jenkins-ubuntu now has sshd
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Erki 2022-01-23 16:23:00 +02:00
parent 5e488dd05a
commit 3c480c76b5

View File

@ -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