mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
fix(ci): add git dep
This commit is contained in:
parent
cc88d234c7
commit
d61ddcc8ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user