mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 20:58:28 +00:00
Installs curl
This commit is contained in:
parent
d0f380e224
commit
d76c18d329
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user