From 95d847ea489bbb1904238cce1e9599313880ff00 Mon Sep 17 00:00:00 2001 From: "jack.lewis" Date: Thu, 10 Aug 2023 14:35:12 +0100 Subject: [PATCH] removing unneeded link to pipenv --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd7f593..2fca67d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN pip install awscli COPY start.sh /start.sh RUN chmod +x /start.sh -RUN pip install pipenv WORKDIR /usr/app/src COPY varnish-cleanup/requirements.txt ./ RUN pip install -r requirements.txt