fix packaging

This commit is contained in:
t3chn0m4g3 2022-01-14 12:54:53 +00:00
parent 3792a5f6a1
commit eca395a770

View file

@ -23,6 +23,7 @@ RUN apk -U add \
git clone https://gitlab.com/bontchev/elasticpot.git/ && \ git clone https://gitlab.com/bontchev/elasticpot.git/ && \
cd elasticpot && \ cd elasticpot && \
git checkout d12649730d819bd78ea622361b6c65120173ad45 && \ git checkout d12649730d819bd78ea622361b6c65120173ad45 && \
pip3 install --ignore-installed packaging && \
pip3 install -r requirements.txt && \ pip3 install -r requirements.txt && \
# #
# Setup user, groups and configs # Setup user, groups and configs