fix(ci): add git dep

This commit is contained in:
Alexandre Teles 2023-10-19 18:50:28 -03:00
parent cc88d234c7
commit d61ddcc8ac
No known key found for this signature in database
GPG Key ID: DB1C7FA46B1007F0

View File

@ -8,7 +8,7 @@ WORKDIR /usr/src/app
COPY . .
RUN apt update && \
apt-get install build-essential libffi-dev libssl-dev openssl --no-install-recommends -y \
apt-get install git build-essential libffi-dev libssl-dev openssl --no-install-recommends -y \
&& pip install --no-cache-dir -r requirements.txt
VOLUME persistance