mirror of
https://gitlab.com/fabinfra/gtk-sharp-build.git
synced 2025-03-12 14:41:50 +01:00
5 lines
128 B
Docker
5 lines
128 B
Docker
|
FROM mono:slim
|
||
|
|
||
|
RUN apt-get update -y && apt-get upgrade -y
|
||
|
RUN apt-get install -y mono-complete gtk-sharp2 nuget capnproto git
|