2023-10-20 14:31:16 +00:00
|
|
|
FROM syui/aios
|
|
|
|
ADD .ssh /root/.ssh
|
|
|
|
|
|
|
|
WORKDIR /root
|
|
|
|
ADD ./test/entrypoint.sh .
|
|
|
|
RUN chmod +x /root/entrypoint.sh
|
2024-08-03 22:53:39 +00:00
|
|
|
RUN pacman -Syu bc --noconfirm
|
2023-10-20 14:31:16 +00:00
|
|
|
|
|
|
|
ENTRYPOINT ["/root/entrypoint.sh"]
|