tweaking, reduce build times

This commit is contained in:
t3chn0m4g3
2022-03-13 10:19:08 +00:00
parent e87a6fa53f
commit 3bcf85a92f
18 changed files with 89 additions and 33 deletions

View File

@ -20,7 +20,8 @@ RUN apk -U --no-cache add \
py3-openssl \
py3-requests \
py3-pip \
py3-setuptools && \
py3-setuptools \
py3-wheel && \
pip3 install --upgrade pip && \
pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client xmljson && \
#