1
0

fix bc
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s

This commit is contained in:
syui 2025-01-20 17:30:34 +09:00
parent fc5e942f0c
commit eb8f1b17c8
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -1,9 +1,7 @@
FROM syui/aios FROM syui/aios
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"]