misc: add ARG JITSI_REPO for dependented dockerfiles

This commit is contained in:
netaskd
2019-09-03 18:39:24 +03:00
committed by Saúl Ibarra Corretgé
parent 2b30ab9a23
commit 8352559f50
7 changed files with 15 additions and 8 deletions

View File

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