Fix for DockerHub

Works just fine on local build.
This commit is contained in:
Marco Ochse 2019-08-16 17:46:17 +02:00 committed by GitHub
parent e0427cfc21
commit c2afdc0f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ RUN apk -U --no-cache add \
cd /opt/snare/ && \
pip3 install --no-cache-dir --upgrade pip setuptools && \
pip3 install --no-cache-dir -r requirements.txt && \
python3.6 setup.py install && \
/usr/bin/python3.6 setup.py install && \
cd / && \
rm -rf /opt/snare && \
clone --target http://example.com && \