1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 15:36:40 +00:00

Added mount of repository secrets (#477)

This commit is contained in:
zokradonh 2021-03-03 09:37:21 +01:00 committed by GitHub
parent 89ccc1c425
commit 841d181402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ LABEL maintainer=az@zok.xyz \
org.label-schema.schema-version="1.0"
# install Kopano kDAV
RUN \
RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
set -x && \
apt-get update && apt-get install -y --no-install-recommends \
php-mbstring \