mirror of
https://gitlab.com/fabinfra/gtk-sharp-build.git
synced 2025-03-12 14:41:50 +01:00
6 lines
166 B
Docker
6 lines
166 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 ruby ruby-dev
|
|
RUN gem install bundler
|