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 ac2d310ac7
commit 0611dc930a

View File

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