DockerHub already uses 3.7
This commit is contained in:
Marco Ochse 2019-08-16 17:59:05 +02:00 committed by GitHub
parent c2afdc0f1f
commit 4164b75bea
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 && \
/usr/bin/python3.6 setup.py install && \
python3 setup.py install && \
cd / && \
rm -rf /opt/snare && \
clone --target http://example.com && \