Add Dockerfile to the build
This commit is contained in:
parent
169b8325f8
commit
e9132ee61a
14
copyparty/Dockerfile
Normal file
14
copyparty/Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM copyparty/ac
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
RUN apk add --update --no-cache python3 py3-pip pipx
|
||||
|
||||
# idc
|
||||
RUN python3 -m pip config set global.break-system-packages true
|
||||
|
||||
# I tried shoving the binaries, but muh architectures
|
||||
RUN python3 -m pip install yt-dlp aria2
|
||||
|
||||
RUN yt-dlp --version
|
||||
|
||||
RUN aria2c --version
|
||||
Loading…
x
Reference in New Issue
Block a user