2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 04:15:27 +01:00

update graphite

This commit is contained in:
kev
2021-11-11 15:37:05 +08:00
parent e5121a0ed1
commit 3d4fc23dc7
5 changed files with 39 additions and 36 deletions

View File

@@ -24,6 +24,7 @@ RUN set -xe \
python3 \
python3-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install pip==20.1 \
&& pip3 install --no-cache-dir gunicorn supervisor \
&& pip3 install --no-cache-dir --install-option=--prefix=/opt/graphite \
--install-option=--install-lib=/opt/graphite/lib \
@@ -44,7 +45,7 @@ RUN set -xe \
&& apk del build-base \
curl \
libffi-dev \
python-dev \
python3-dev \
&& rm -rf /root/.cache/pip \
/var/cache/apk/*