Skip to content

Commit

Permalink
feat(template_ws): Add more common tools
Browse files Browse the repository at this point in the history
  • Loading branch information
j3soon committed Aug 20, 2024
1 parent 8abaeda commit 19bbe4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template_ws/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ RUN apt-get update && apt-get install -y \
curl \
git \
htop \
iputils-ping \
nano \
net-tools \
tmux \
tree \
unzip \
vim \
wget \
zip \
&& rm -rf /var/lib/apt/lists/*

# Install Python pip
Expand Down

0 comments on commit 19bbe4c

Please sign in to comment.