mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-07-03 13:57:25 +00:00
稍微改一下脚本看看。
This commit is contained in:
@ -6,7 +6,7 @@ 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" ]
|
||||
ENTRYPOINT [ "/bin/bash", "/usr/local/bin/start.sh" ]
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
|
Reference in New Issue
Block a user