feat: add nano, vim, htop, zip, netcat, dnsutils, ping to devpod
This commit is contained in:
@@ -7,8 +7,9 @@ ENV PATH="/root/.bun/bin:$PATH"
|
|||||||
# Base tools
|
# Base tools
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
curl wget git openssh-server ca-certificates gnupg \
|
curl wget git openssh-server ca-certificates gnupg \
|
||||||
build-essential unzip jq tmux zsh ripgrep \
|
build-essential unzip zip jq tmux zsh ripgrep \
|
||||||
postgresql-client redis-tools haproxy \
|
postgresql-client redis-tools haproxy \
|
||||||
|
nano vim htop netcat-openbsd dnsutils iputils-ping \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Bun
|
# Bun
|
||||||
|
|||||||
Reference in New Issue
Block a user