add Dockerfile

This commit is contained in:
Daniel Yrovas 2022-03-04 22:36:15 +00:00
parent 74c978e8c9
commit 14f7a245ac

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM alpine
RUN apk add git gcc g++