minimal debian based build image for gtk-sharp

This commit is contained in:
Kai Jan Kriegel 2021-01-05 17:21:43 +01:00
commit 549f449dc9

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM mono:slim
RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y mono-complete gtk-sharp2 nuget capnproto git