2021-01-05 17:21:43 +01:00
|
|
|
FROM mono:slim
|
|
|
|
|
|
|
|
RUN apt-get update -y && apt-get upgrade -y
|
2021-09-17 00:18:56 +00:00
|
|
|
RUN apt-get install -y mono-complete gtk-sharp2 nuget capnproto git ruby ruby-dev build-essential
|
2021-09-16 21:17:46 +00:00
|
|
|
RUN gem install bundler
|