Skip to content

Commit

Permalink
add mono to steam image
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 2, 2023
1 parent f8376a8 commit ee7a797
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions steamcmd/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ RUN apt update -y \
aspnetcore-runtime-8.0 \
dotnet-sdk-8.0

## install Mono
RUN gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
RUN echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/debian stable-buster main" | tee /etc/apt/sources.list.d/mono-official-stable.list
RUN apt update
RUN apt install -y mono-complete

## install rcon
RUN cd /tmp/ \
&& curl -sSL https://github.com/gorcon/rcon-cli/releases/download/v0.10.3/rcon-0.10.3-amd64_linux.tar.gz > rcon.tar.gz \
Expand Down

0 comments on commit ee7a797

Please sign in to comment.