Forked from an inaccessible project.
mono:6 289 B
FROM mono:6.12.0.182-slim
LABEL author="Tamas Gal <tamas.gal@fau.de>"
RUN apt-get update \
&& apt-get install -y \
binutils curl mono-devel ca-certificates-mono fsharp mono-vbnc nuget referenceassemblies-pcl \
build-essential make \
&& rm -rf /var/lib/apt/lists/* /tmp/*