synchronization
This commit is contained in:
10
fastsdcpu/Dockerfile
Normal file
10
fastsdcpu/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11
|
||||
|
||||
LABEL maintainer="Offends <offends4@163.com>"
|
||||
|
||||
RUN apt update \
|
||||
&& apt-get install ffmpeg -y
|
||||
|
||||
COPY ./start.sh /start.sh
|
||||
|
||||
CMD ["/start.sh"]
|
Reference in New Issue
Block a user