mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 20:29:06 +00:00
fix(goose): add ping, nano and vim to the default image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user