hellpot cleanup and prep for endlessh

This commit is contained in:
t3chn0m4g3
2021-07-03 15:51:32 +00:00
parent e6402b793c
commit a2071eb4d2
4 changed files with 91 additions and 2 deletions

View File

@ -8,10 +8,10 @@ RUN apk -U --no-cache add \
build-base \
git \
go \
g++
g++ && \
#
# Setup go, hellpot
RUN cd /root && \
cd /root && \
export GOPATH=/opt/go/ && \
mkdir -p /opt/go && \
git clone https://github.com/yunginnanet/HellPot && \