Add bash installation to Dockerfile for network tools
This commit is contained in:
parent
475a2caa1c
commit
b9cb7da1f8
@ -2,6 +2,7 @@ FROM python:3.11-slim
|
|||||||
|
|
||||||
# Install system dependencies required for network tools and Docker CLI
|
# Install system dependencies required for network tools and Docker CLI
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
bash \
|
||||||
docker.io \
|
docker.io \
|
||||||
net-tools \
|
net-tools \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user