mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 08:26:13 +00:00
BugFix: missing dependencies.
This commit is contained in:
parent
cb06fc5a16
commit
b100bde1ef
@ -18,6 +18,7 @@ RUN apt-get update && \
|
|||||||
moreutils \
|
moreutils \
|
||||||
locales \
|
locales \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
|
apt-utils jq \
|
||||||
dumb-init \
|
dumb-init \
|
||||||
python3 && \
|
python3 && \
|
||||||
rm -rf /var/cache/apt /var/lib/apt/lists
|
rm -rf /var/cache/apt /var/lib/apt/lists
|
||||||
@ -37,6 +38,9 @@ ARG DOWNLOAD_COMMUNITY_PACKAGES=1
|
|||||||
ARG RELEASE_KEY_DOWNLOAD=0
|
ARG RELEASE_KEY_DOWNLOAD=0
|
||||||
ARG ADDITIONAL_KOPANO_PACKAGES
|
ARG ADDITIONAL_KOPANO_PACKAGES
|
||||||
|
|
||||||
|
# community build
|
||||||
|
COPY download_community.sh /kopano/download_community.sh
|
||||||
|
|
||||||
# install kopano web app and refresh ca-certificates
|
# install kopano web app and refresh ca-certificates
|
||||||
RUN \
|
RUN \
|
||||||
# community download
|
# community download
|
||||||
|
Loading…
x
Reference in New Issue
Block a user