This commit is contained in:
t3chn0m4g3
2018-08-29 10:54:30 +00:00
parent b2883b5fff
commit 64fed3d15b
2 changed files with 31 additions and 13 deletions

View File

@ -60,7 +60,6 @@ RUN apk -U --no-cache add \
# Install glastopf from git
git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \
cd /opt/glastopf && \
cp /root/dist/requirements.txt /opt/glastopf/ && \
pip install --no-cache-dir . && \
cd / && \
rm -rf /opt/glastopf /tmp/* /var/tmp/* && \