0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 19:57:54 +01:00
n/test/dockerfiles/Dockerfile-archlinux-curl
John Gee f1d0dd5a22
Rework activate to support more configurations (#657)
* Rework activate to be (much) more explicit. Add archlinux image. Remove need for rsync.

* Reword use case without npm
2021-03-12 19:41:44 +13:00

4 lines
41 B
Plaintext

FROM archlinux:latest
CMD ["/bin/bash"]