Skip to content
Snippets Groups Projects
Commit 0fdbd87a authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'update-mono-6' into 'master'

Add build-essential to mono 6 base image

See merge request common/dockerfiles!52
parents 70103c23 3714749a
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,5 @@ LABEL author="Tamas Gal <tamas.gal@fau.de>" ...@@ -5,5 +5,5 @@ LABEL author="Tamas Gal <tamas.gal@fau.de>"
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
binutils curl mono-devel ca-certificates-mono fsharp mono-vbnc nuget referenceassemblies-pcl \ binutils curl mono-devel ca-certificates-mono fsharp mono-vbnc nuget referenceassemblies-pcl \
make \ build-essential make \
&& rm -rf /var/lib/apt/lists/* /tmp/* && rm -rf /var/lib/apt/lists/* /tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment