mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-29 22:27:31 +00:00
为脚本添加执行权限。
This commit is contained in:
parent
536344d7c7
commit
469be0a1a9
@ -5,6 +5,7 @@ FROM jenkins/inbound-agent:${BASE_TAG}
|
||||
USER root
|
||||
|
||||
COPY start-agent.sh /usr/local/bin/start.sh
|
||||
RUN chmod 755 /usr/local/bin/start.sh
|
||||
ENTRYPOINT [ "/usr/local/bin/start.sh" ]
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user