6 lines
77 B
Docker
6 lines
77 B
Docker
FROM debian:buster
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y prosody
|
|
|
|
|