forked from Deuxfleurs/infrastructure
7 lines
77 B
Text
7 lines
77 B
Text
|
FROM debian:buster
|
||
|
|
||
|
RUN apt-get update && \
|
||
|
apt-get install -y prosody
|
||
|
|
||
|
|