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:
parent
954de3757e
commit
b2b0382199
@ -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 && \
|
||||
|
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user