From 5773c5113118266ccc2278a3870db6aad1f69483 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 10 Nov 2021 12:15:45 -0600 Subject: [PATCH] update pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 94e8148..22dfdef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ WORKDIR /opt/healthchecks RUN useradd --system hc && \ git clone --depth 1 --branch v${VERSION} https://github.com/healthchecks/healthchecks.git /opt/healthchecks && \ + pip install --no-cache-dir pip && \ pip install --no-cache-dir -r /opt/healthchecks/requirements.txt && \ pip install --no-cache-dir uwsgi && \ rm -f /opt/healthchecks/hc/local_settings.py && \