fix(goose): add ping, nano and vim to the default image

This commit is contained in:
2025-03-11 22:35:02 -06:00
parent 7649173d6c
commit 028bd26cf1

View File

@@ -10,6 +10,10 @@ RUN apt-get update && apt-get install -y \
bash \
curl \
bzip2 \
iputils-ping \
iproute2 \
nano \
vim \
&& rm -rf /var/lib/apt/lists/*
# Set up SSH server