[+] update cpanel
1. add netcat-openbsd, for socks5 proxy of ssh connections;
This commit is contained in:
parent
f4ac4c8ff9
commit
b9f791fc3d
@ -45,6 +45,7 @@ services:
|
|||||||
- ${CHECKS_PORTS:-"127.0.0.1:80"}:80
|
- ${CHECKS_PORTS:-"127.0.0.1:80"}:80
|
||||||
|
|
||||||
cpanel:
|
cpanel:
|
||||||
|
image: online.fxreader.pr34.cpanel:dev
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./docker/cpanel/Dockerfile
|
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 openssh
|
||||||
RUN apk add python3
|
RUN apk add python3
|
||||||
RUN apk add tini
|
RUN apk add tini
|
||||||
RUN apk add bash curl
|
RUN apk add bash curl
|
||||||
RUN apk add py3-pip
|
RUN apk add py3-pip
|
||||||
|
RUN apk add netcat-openbsd
|
||||||
RUN pip3 install --break-system-packages requests
|
RUN pip3 install --break-system-packages requests
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Loading…
Reference in New Issue
Block a user