add make and build tools to image

This commit is contained in:
TomPallister
2020-11-20 11:57:34 +00:00
parent 7254d4d1fb
commit 1c6bfc3314
3 changed files with 37 additions and 35 deletions

View File

@@ -7,3 +7,5 @@ RUN apt install -y dirmngr gnupg apt-transport-https ca-certificates software-pr
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
RUN apt-add-repository 'deb https://download.mono-project.com/repo/ubuntu stable-focal main'
RUN apt install -y mono-devel
RUN apt install -y make
RUN apt install -y build-essential