diff --git a/Dockerfile b/Dockerfile index 5e95223..930c1af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ 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"]