From 97130e504aa46b203afe768e083a359c24d37d41 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Wed, 20 May 2020 14:57:03 -0400 Subject: [PATCH] Adds git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0223875..5d3d2d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY Pipfile Pipfile.lock ./ RUN pip install pipenv && \ apt-get update && \ - apt-get -y install --no-install-recommends gcc python3-dev libssl-dev postgresql-client && \ + apt-get -y install --no-install-recommends gcc python3-dev libssl-dev postgresql-client git && \ pipenv install --deploy --system && \ apt-get remove -y gcc python3-dev libssl-dev && \ apt-get autoremove -y