diff --git a/Dockerfile b/Dockerfile index 4c9ff98..81c6b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM dock0/pkgforge RUN sed -i 's/^SigLevel = Required/SigLevel = TrustAll/' /etc/pacman.conf RUN pacman -Sy --noconfirm archlinux-keyring RUN pacman -Syu --needed --noconfirm mkinitcpio arch-install-scripts -RUN gem install --no-document --no-user-install pkgforge +RUN gem install --no-document --no-user-install pkgforge targit