1
0
This commit is contained in:
2024-08-04 07:53:39 +09:00
parent ca775dd9c7
commit b26fda5155
2 changed files with 2 additions and 1 deletions
.config/ai
Dockerfile

@ -4,5 +4,6 @@ ADD .ssh /root/.ssh
WORKDIR /root WORKDIR /root
ADD ./test/entrypoint.sh . ADD ./test/entrypoint.sh .
RUN chmod +x /root/entrypoint.sh RUN chmod +x /root/entrypoint.sh
RUN pacman -Syu bc --noconfirm
ENTRYPOINT ["/root/entrypoint.sh"] ENTRYPOINT ["/root/entrypoint.sh"]