quark-build/Dockerfile

6 lines
78 B
Docker
Raw Normal View History

2020-08-18 20:30:33 +00:00
FROM alpine
2020-08-30 17:10:52 +00:00
COPY suckless-quark/quark /usr/local/bin
2020-08-18 20:30:33 +00:00
ENTRYPOINT ["/bin/sh"]