misc: publish nightly unstable images

This commit is contained in:
Hugo Renard
2021-04-15 11:48:55 +02:00
committed by GitHub
parent 78699fe65a
commit b22421b168
7 changed files with 228 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
ARG JITSI_REPO=jitsi
FROM ${JITSI_REPO}/base
ARG BASE_TAG=latest
FROM ${JITSI_REPO}/base:${BASE_TAG}
RUN \
mkdir -p /usr/share/man/man1 && \