mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
Added mount of repository secrets (#477)
This commit is contained in:
parent
89ccc1c425
commit
841d181402
@ -30,7 +30,7 @@ LABEL maintainer=az@zok.xyz \
|
|||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
# install Kopano kDAV
|
# install Kopano kDAV
|
||||||
RUN \
|
RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
|
||||||
set -x && \
|
set -x && \
|
||||||
apt-get update && apt-get install -y --no-install-recommends \
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
php-mbstring \
|
php-mbstring \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user