From 630a41b06e2dca502e061437c86ae7ee951f4caa Mon Sep 17 00:00:00 2001 From: Joy Liu <34288846+joyliu-q@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:59:09 -0500 Subject: [PATCH] Revert "Add poetry to django-base" --- docker/django-base/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker/django-base/Dockerfile b/docker/django-base/Dockerfile index bed90bef..327e2766 100644 --- a/docker/django-base/Dockerfile +++ b/docker/django-base/Dockerfile @@ -11,10 +11,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y gcc libpq-dev l COPY mime.types /etc/mime.types # Install pipenv -RUN pip install pipenv - -# Install poetry -RUN curl -sSL https://install.python-poetry.org | python3 - +RUN pip install pipenv # Copy run file COPY django-run /usr/local/bin/