123
This commit is contained in:
parent
2393b8fe5d
commit
600fdc573d
2 changed files with 2 additions and 1 deletions
|
@ -38,5 +38,5 @@ RUN useradd dockerd --uid 1000 --home-dir /woodpecker/docker --create-home && \
|
|||
echo dockerd:100000:65536 >/etc/subuid && \
|
||||
echo dockerd:100000:65536 >/etc/subgid
|
||||
USER 1000
|
||||
COPY --chown=0:0 entrypoint.sh /usr/bin/entrypoint.sh
|
||||
COPY --chmod=555 entrypoint.sh /usr/bin/entrypoint.sh
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue