Fix partial update in Dockerfile holy shit how did I let this slip

main
KoNicks 4 years ago
parent 3d99ebe742
commit 9a9c4e69e9
Signed by untrusted user who does not match committer: puly
GPG Key ID: 9E9299CD96C65EC6
  1. 3
      Dockerfile

@ -5,6 +5,7 @@ COPY koffe /usr/bin/koffe
COPY pi.is /usr/share/koffe/pi.is
COPY install /usr/share/koffe/install
RUN chmod +x /usr/bin/koffe
RUN pacman -Sy base archiso pacman-contrib libnewt wget git --noconfirm
RUN pacman -Suy --noconfirm
RUN pacman -S base archiso pacman-contrib libnewt wget git --noconfirm
RUN install -d /finalimage
ENTRYPOINT ["/usr/bin/koffe"]

Loading…
Cancel
Save