12 lines
155 B
Docker
12 lines
155 B
Docker
FROM jitsi/base-java
|
|
|
|
RUN \
|
|
apt-dpkg-wrap apt-get update && \
|
|
apt-dpkg-wrap apt-get install -y jicofo && \
|
|
apt-cleanup
|
|
|
|
COPY rootfs/ /
|
|
|
|
VOLUME /config
|
|
|