mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-11 13:56:17 +00:00
@@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN apt update && \
|
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
|
&& pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
VOLUME persistance
|
VOLUME persistance
|
||||||
|
|||||||
Reference in New Issue
Block a user