This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/jitsi/Dockerfile

12 lines
325 B
Docker

FROM debian:buster
RUN apt-get update && \
apt-get install -y apt-transport-https gnupg2 ca-certificates
COPY jitsi-stable.list /etc/apt/sources.list.d/jitsi-stable.list
COPY jitsi-key.gpg.key /tmp/jitsi-key.gpg.key
RUN apt-key add /tmp/jitsi-key.gpg.key && \
apt-get update && \
apt-get install -y jitsi-meet