mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-14 12:18:08 +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
|
FROM alpine
|
||||||
|
|
||||||
# Setup apk
|
# Setup apk
|
||||||
RUN apk -U add bash \
|
RUN apk -U --no-cache add \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
go \
|
go && \
|
||||||
procps && \
|
|
||||||
|
|
||||||
# Setup go, vnclowpot
|
# Setup go, vnclowpot
|
||||||
export GOPATH=/opt/go/ && \
|
export GOPATH=/opt/go/ && \
|
||||||
|
|
Loading…
Reference in a new issue