4 lines
104 B
Docker
4 lines
104 B
Docker
|
FROM chocobozzz/peertube:production-buster
|
||
|
|
||
|
RUN apt -y update && apt install -y prosody && apt -y clean
|