Merge pull request #110 from ReVanced/dev

fix(ci): add git dep
This commit is contained in:
Alexandre Teles (afterSt0rm) 2023-10-19 18:52:58 -03:00 committed by GitHub
commit cc3c2020b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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