Compare commits

...

6 Commits

Author SHA1 Message Date
788d0cf73a Update README.md 2024-12-14 21:09:49 +00:00
02f9007aa1 Update README.md 2024-12-14 21:09:31 +00:00
9ebae5a8f9 Update file README.md 2024-12-14 21:08:35 +00:00
Kai Kriegel
bf56464150 install appcenter 2022-07-26 00:14:01 +00:00
Kai Kriegel
22452d5836 Update Dockerfile 2021-09-17 00:18:56 +00:00
Kai Kriegel
9a79d2130b Update Dockerfile 2021-09-17 00:07:00 +00:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
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
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

View File

@ -1,3 +1,5 @@
# gtk-sharp-build
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)