From d61ddcc8ac76d78b7a79c09bbfba812f652aa4cf Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Thu, 19 Oct 2023 18:50:28 -0300 Subject: [PATCH] fix(ci): add git dep --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9a48bd..ad6e4e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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