You've already forked amazing-ytdlp-archive
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f1287a4212 |
@@ -1,4 +1,5 @@
|
|||||||
FROM python:3-alpine
|
FROM python:3-alpine
|
||||||
|
RUN apk update && apk add python3-dev gcc libc-dev libffi-dev
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY requirements.txt /app
|
COPY requirements.txt /app
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
Reference in New Issue
Block a user