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