[+] update cpanel

1. add netcat-openbsd,
    for socks5 proxy of ssh connections;
This commit is contained in:
Siarhei Siniak 2025-09-25 13:24:10 +03:00
parent f4ac4c8ff9
commit b9f791fc3d
2 changed files with 4 additions and 1 deletions

@ -45,6 +45,7 @@ services:
- ${CHECKS_PORTS:-"127.0.0.1:80"}:80
cpanel:
image: online.fxreader.pr34.cpanel:dev
build:
context: .
dockerfile: ./docker/cpanel/Dockerfile

@ -1,9 +1,11 @@
FROM alpine:latest
# FROM alpine:latest
FROM alpine@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
RUN apk add openssh
RUN apk add python3
RUN apk add tini
RUN apk add bash curl
RUN apk add py3-pip
RUN apk add netcat-openbsd
RUN pip3 install --break-system-packages requests
WORKDIR /app