mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-04-30 06:24:27 +02:00
Change gcc only to build-essential and add libffi
This commit is contained in:
parent
6f2f16ab59
commit
aa5dc12a8a
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
RUN apt update && \
|
||||
apt-get install gcc -y && \
|
||||
apt-get install build-essential libffi-dev -y && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD [ "python3", "./main.py" ]
|
Loading…
x
Reference in New Issue
Block a user