Installs curl

This commit is contained in:
Aaron Louie 2020-05-20 20:13:09 -04:00
parent d0f380e224
commit d76c18d329

View File

@ -7,7 +7,8 @@ COPY Pipfile Pipfile.lock /app/
RUN pip install pipenv && \
apt-get update && \
apt-get install -y --no-install-recommends \
gcc python3-dev libssl-dev postgresql-client git-core && \
gcc python3-dev libssl-dev \
curl postgresql-client git-core && \
pipenv install --dev && \
apt-get remove -y gcc python3-dev libssl-dev && \
apt-get purge -y --auto-remove && \