fix docker
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
@ -4,5 +4,6 @@ ADD .ssh /root/.ssh
|
||||
WORKDIR /root
|
||||
ADD ./test/entrypoint.sh .
|
||||
RUN chmod +x /root/entrypoint.sh
|
||||
RUN pacman -Syu bc --noconfirm
|
||||
|
||||
ENTRYPOINT ["/root/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user