chore: updated Dockerfile
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good
All checks were successful
Gitea/docker-base-images/jenkins-ssh-agent-jdk17-dind/pipeline/head This commit looks good
This commit is contained in:
parent
e739df2afe
commit
bb1a4631aa
@ -122,6 +122,7 @@ WORKDIR "${JENKINS_AGENT_HOME}"
|
||||
# allow environment variables to be sourced (see `sed` command related to `PermitUserEnvironment`)
|
||||
RUN echo "PATH=${PATH}" >> ${JENKINS_AGENT_HOME}/.ssh/environment
|
||||
COPY setup-sshd /usr/local/bin/setup-sshd
|
||||
RUN chmod a+x /usr/local/bin/setup-sshd
|
||||
|
||||
EXPOSE 22
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user