8 lines
185 B
Text
8 lines
185 B
Text
|
FROM depau/archlinux-daily:aarch64
|
||
|
|
||
|
RUN pacman -Syu --noconfirm expect grep awk
|
||
|
COPY ./gpg.expect /usr/bin/gpg.expect
|
||
|
COPY ./entrypoint.sh /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT ["/entrypoint.sh"]
|