prep p0f, medpot for image rebuild

This commit is contained in:
t3chn0m4g3
2021-09-30 15:58:10 +00:00
parent adab02a067
commit 1fe0247095
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.14
#
# Setup apk
RUN apk -U --no-cache add \
@ -9,6 +9,7 @@ RUN apk -U --no-cache add \
#
# Setup go, build medpot
export GOPATH=/opt/go/ && \
export GO111MODULE=off && \
mkdir -p /opt/go/src && \
cd /opt/go/src && \
git clone https://github.com/schmalle/medpot && \