1
0
bot/Dockerfile
syui 08436c0a56
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
fix docker
2024-08-04 08:02:53 +09:00

10 lines
177 B
Docker

FROM syui/aios
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"]