This commit is contained in:
Aaron Louie 2020-05-20 14:57:03 -04:00
parent 91a228d3f4
commit 97130e504a
1 changed files with 1 additions and 1 deletions

View File

@ -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