Add Dockerfile
This commit is contained in:
parent
765d4bf60f
commit
3cac89da81
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM archlinux:latest
|
||||
|
||||
MAINTAINER Filip Gralinski <filipg@amu.edu.pl>
|
||||
|
||||
USER root
|
||||
|
||||
RUN pacman -Sy && pacman --noconfirm -S python-cookiecutter && pacman --noconfirm -Scc
|
Loading…
Reference in New Issue
Block a user