needs an openssh-client

This commit is contained in:
Robin Müller 2023-09-19 21:23:21 +02:00
parent d6fdcc0b02
commit e3719d0c86
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -4,7 +4,7 @@ RUN apt-get update
RUN apt-get --yes upgrade
# Required in case tzdata is a installed, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get --yes install rsync
RUN apt-get --yes install rsync openssh-client
#ssh needs a valid user to work
RUN adduser --uid 114 jenkins