Add curl as a build dep.

Needed to run the rust installer script.
This commit is contained in:
FireMasterK 2021-03-31 22:11:04 +00:00 committed by GitHub
parent 2ad6540b57
commit 0176703f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ COPY ./requirements.txt /usr/src/app
# Build Dependencies # Build Dependencies
RUN apt-get update \ RUN apt-get update \
&& apt-get install -yq build-essential libssl-dev libffi-dev libxml2-dev libxslt-dev zlib1g-dev \ && apt-get install -yq build-essential libssl-dev libffi-dev libxml2-dev libxslt-dev zlib1g-dev curl \
&& rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/* && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/*
# install rust toolchain # install rust toolchain