needs an openssh-client
This commit is contained in:
parent
d6fdcc0b02
commit
e3719d0c86
@ -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
|
||||
|
Reference in New Issue
Block a user