drone-detach-sign/Dockerfile.x86_64

8 lines
184 B
Docker
Raw Permalink Normal View History

2020-04-25 01:17:21 +00:00
FROM depau/archlinux-daily:x86_64
RUN pacman -Syu --noconfirm expect grep awk
COPY ./gpg.expect /usr/bin/gpg.expect
COPY ./entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]