diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9ca5a29 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM archlinux:latest + +MAINTAINER Filip Gralinski + +USER root + +RUN pacman -Sy && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc