mirror of
https://gitlab.com/fabinfra/gtk-sharp-build.git
synced 2025-03-12 14:41:50 +01:00
7 lines
241 B
Docker
7 lines
241 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 build-essential nodejs npm
|
|
RUN gem install bundler
|
|
RUN npm install --location=global appcenter-cli
|