This commit is contained in:
TomPallister
2020-11-24 08:18:30 +00:00
parent 71a1053d70
commit 730c940cd8
7 changed files with 36 additions and 32 deletions

View File

@@ -6,6 +6,6 @@ RUN apt update
RUN apt install -y dirmngr gnupg apt-transport-https ca-certificates software-properties-common
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 mono-complete
RUN apt install -y make
RUN apt install -y build-essential