From f6e2351f9d83b5c3473e0b421aa1f97b3d14db9b Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 11 Jul 2019 01:28:07 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ed7c32..c1c7ad8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache bash python3 py-yaml COPY entrypoint.* / COPY conf.d /etc/haproxy/conf.d COPY assets/errors-custom/* /etc/haproxy/errors-custom/ -RUN pip install --upgrade pip \ +RUN pip3 install --upgrade pip \ && pip install -r requirements.txt ENTRYPOINT [ "/entrypoint.sh" ]