diff --git a/Dockerfile.devpod b/Dockerfile.devpod index 9d9ae9f..a76c7b0 100644 --- a/Dockerfile.devpod +++ b/Dockerfile.devpod @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ curl wget git openssh-server ca-certificates gnupg \ build-essential unzip zip jq tmux zsh ripgrep \ postgresql-client redis-tools haproxy tini \ - nano vim htop netcat-openbsd dnsutils iputils-ping \ + nano vim htop netcat-openbsd dnsutils iputils-ping lsof iproute2 \ && rm -rf /var/lib/apt/lists/* # Bun — install then move to /usr/local/bin so it's on the image filesystem, not the /root PVC