diff options
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN dpkg --add-architecture i386 && \ apt-get update -y && \ - apt-get install -y --no-install-recommends ca-certificates locales steamcmd lib32tinfo5 tmux && \ + apt-get install -y --no-install-recommends ca-certificates locales steamcmd lib32tinfo5 tmux jq moreutils && \ apt-get install -y gpg && \ apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF &&\ echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | tee /etc/apt/sources.list.d/mono-official-stable.list && \ |