diff --git a/Dockerfile b/Dockerfile index 55a4c9b..e2429b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM archlinux:base-devel RUN pacman -Syu --noconfirm -RUN pacman -S git gnupg --noconfirm COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh