mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
tweaking
This commit is contained in:
parent
213c3c8566
commit
842bec2cb3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apk -U --no-cache add \
|
||||||
requests && \
|
requests && \
|
||||||
mkdir -p /opt && \
|
mkdir -p /opt && \
|
||||||
cd /opt/ && \
|
cd /opt/ && \
|
||||||
git clone https://github.com/schmalle/ElasticpotPY.git && \
|
git clone --depth=1 https://github.com/schmalle/ElasticpotPY.git && \
|
||||||
|
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
addgroup -g 2000 elasticpot && \
|
addgroup -g 2000 elasticpot && \
|
||||||
|
|
Loading…
Reference in a new issue