Add Dockerfile
This commit is contained in:
parent
8a19e2f8fd
commit
65434ceef8
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM debian:buster
|
||||
|
||||
RUN \
|
||||
apt-get update &&\
|
||||
apt-get install -yqq --no-install-recommends libtemplate-perl git
|
Loading…
Reference in a new issue