Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Last active December 19, 2015 12:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save junosuarez/5955160 to your computer and use it in GitHub Desktop.
Save junosuarez/5955160 to your computer and use it in GitHub Desktop.
F# 3.0 in a Docker image
# DOCKER-VERSION 0.4.8
FROM base:ubuntu-12.10
RUN apt-get -y install mono-devel autoconf pkg-config make git libtool
RUN git clone https://github.com/fsharp/fsharp
RUN cd fsharp && ./autogen.sh --prefix /usr && make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment