Compare commits

..

No commits in common. "master" and "v0.1.2" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1,6 +1,5 @@
FROM mono:slim FROM mono:slim
RUN apt-get update -y && apt-get upgrade -y 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 apt-get install -y mono-complete gtk-sharp2 nuget capnproto git ruby
RUN gem install bundler RUN gem install bundler
RUN npm install --location=global appcenter-cli

View File

@ -1,5 +1,3 @@
# gtk-sharp-build # gtk-sharp-build
A Debian based OCI image for building the GTK# version of Borepin A Debian based OCI image for building the GTK# version of Borepin
For available builds have a look at the [Container Registry](https://gitlab.com/fabinfra/gtk-sharp-build/container_registry)