Adding Dockerfile.

This commit is contained in:
John Livingston 2021-06-01 20:41:20 +02:00
parent c4004ed28c
commit b9148514c8

3
docker/Dockerfile.buster Normal file
View File

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