Skip to content

Commit

Permalink
Enhancement: Add network and text tools in git variant (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh authored Nov 9, 2023
1 parent 3e29d71 commit 3be5d3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variants/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ RUN dpkg --add-architecture i386 \
libcurl4-gnutls-dev:i386 \
# Game administration packages
git \
# Text editors
vim-tiny \
nano \
# Network tools
conntrack dnsutils iproute2 netcat net-tools tcpdump \
&& rm -rf /var/lib/apt/lists/* \
&& locale-gen en_US.UTF-8 \
&& curl -sqL "$STEAMCMD_AR_URL" | tar -zxvf -
Expand Down

0 comments on commit 3be5d3c

Please sign in to comment.