1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

fix if casing for download_community_packages

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-10-12 20:16:40 +02:00
parent 954de3757e
commit b2b0382199
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ COPY download_community.sh /kopano/download_community.sh
RUN \
# community download
[ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ] && \
/kopano/download_community.sh core && \
/kopano/download_community.sh core; \
# install
set -x && \
echo ${KOPANO_CORE_VERSION} > /kopano/buildversion && \

View File

@ -48,7 +48,7 @@ RUN \
# community download
[ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ] && \
/kopano/download_community.sh core && \
/kopano/download_community.sh webapp && \
/kopano/download_community.sh webapp; \
# install
set -x && \
echo ${KOPANO_CORE_VERSION} > /kopano/buildversion && \