Updated template and build container issues for docker run

This commit is contained in:
Sajikumar JS 2025-03-24 22:19:09 +05:30
parent dc8a72f864
commit f0740f3ccd
4 changed files with 46 additions and 41 deletions

View file

@ -85,6 +85,8 @@ FROM $container_base
WORKDIR /app
RUN apt-get update && apt-get install -y \
gcc \
g++ \
iputils-ping net-tools iproute2 dnsutils telnet \
curl wget telnet \
procps psmisc lsof \