This commit is contained in:
Marco Ochse 2018-05-15 20:49:06 +00:00
parent 213c3c8566
commit 842bec2cb3

View file

@ -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 && \