|
|
|
@ -5,6 +5,7 @@ COPY koffe /usr/bin/koffe |
|
|
|
COPY pi.is /usr/share/koffe/pi.is |
|
|
|
COPY pi.is /usr/share/koffe/pi.is |
|
|
|
COPY install /usr/share/koffe/install |
|
|
|
COPY install /usr/share/koffe/install |
|
|
|
RUN chmod +x /usr/bin/koffe |
|
|
|
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 |
|
|
|
RUN install -d /finalimage |
|
|
|
ENTRYPOINT ["/usr/bin/koffe"] |
|
|
|
ENTRYPOINT ["/usr/bin/koffe"] |
|
|
|
|