mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
FROM alpine
|
||||
|
||||
# Setup apk
|
||||
RUN apk -U add bash \
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
go \
|
||||
procps && \
|
||||
go && \
|
||||
|
||||
# Setup go, vnclowpot
|
||||
export GOPATH=/opt/go/ && \
|
||||
|
Reference in New Issue
Block a user