mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 18:58:21 +00:00
tweaking
This commit is contained in:
parent
38fce345cf
commit
2128c6a2b0
1 changed files with 2 additions and 3 deletions
|
@ -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/ && \
|
||||
|
|
Loading…
Reference in a new issue