mirror of
https://gitlab.com/fabinfra/gtk-sharp-build.git
synced 2025-05-09 19:03:26 +02: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
|