Skip to content

Commit

Permalink
Add ncat for network healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
bubylou committed Dec 23, 2024
1 parent 42ba341 commit 9df6048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN dpkg --add-architecture i386 \
# Insert SteamCMD agreement prompt answers
&& echo steam steam/question select "I AGREE" | debconf-set-selections \
&& echo steam steam/license note '' | debconf-set-selections \
&& apt-get install -y --no-install-recommends ca-certificates locales steamcmd wget procps
&& apt-get install -y --no-install-recommends ca-certificates locales steamcmd \
wget procps ncat

ARG WINE_ENABLED=false
# Install Wine and xvfb for fake display
Expand Down

0 comments on commit 9df6048

Please sign in to comment.