mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-07-05 14:57:23 +00:00
为脚本添加执行权限。
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user