diff --git a/Dockerfile.devpod b/Dockerfile.devpod index 4951615..4e42db8 100644 --- a/Dockerfile.devpod +++ b/Dockerfile.devpod @@ -7,8 +7,9 @@ ENV PATH="/root/.bun/bin:$PATH" # Base tools RUN apt-get update && apt-get install -y --no-install-recommends \ 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 \ + nano vim htop netcat-openbsd dnsutils iputils-ping \ && rm -rf /var/lib/apt/lists/* # Bun