Skip to content

Instantly share code, notes, and snippets.

@jchannon
Created September 11, 2015 17:16
Show Gist options
  • Save jchannon/2dc3bb0f0e844ea41a66 to your computer and use it in GitHub Desktop.
Save jchannon/2dc3bb0f0e844ea41a66 to your computer and use it in GitHub Desktop.
Nancy Docker Mono v4
FROM mono:4.0.1
RUN apt-get -qq update && apt-get -qqy install ruby1.9.3 wget build-essential gettext
RUN apt-get install zlib1g-dev
RUN gem install rake
RUN gem install albacore --version "1.0.0.rc2"
RUN git clone https://github.com/NancyFx/Nancy.git /Nancy
WORKDIR /Nancy
RUN rake mono
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment