Docker image for Peertube v4.1.0. Adding bullseye image.

This commit is contained in:
John Livingston
2022-02-23 15:54:25 +01:00
parent 004aaa3ce1
commit aace9b3538
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,3 @@
FROM chocobozzz/peertube:production-bullseye
RUN apt -y update && apt install -y prosody && apt -y clean