1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-11 01:46:11 +00:00

remove cleared todos

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-10-16 08:13:45 +02:00
parent 6985fc2a2c
commit beeb6a6c34
3 changed files with 0 additions and 3 deletions

View File

@ -10,7 +10,6 @@ ARG DEBIAN_FRONTEND=noninteractive
# install basics
# TODO require python3 or python3-minimal?
# TODO is dumb-init actually used?
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y \

View File

@ -10,7 +10,6 @@ ARG RELEASE_KEY_DOWNLOAD=0
# install Kopano WebApp and refresh ca-certificates
RUN \
# community download and package as apt source repository
# TODO: source or execute repo script?
. /kopano/helper/create-kopano-repo.sh && \
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
dl_and_package_community "core"; \

View File

@ -11,7 +11,6 @@ ARG RELEASE_KEY_DOWNLOAD=0
# install Kopano WebApp and refresh ca-certificates
RUN \
# community download and package as apt source repository
# TODO: source or execute repo script?
. /kopano/helper/create-kopano-repo.sh && \
if [ ${DOWNLOAD_COMMUNITY_PACKAGES} -eq 1 ]; then \
dl_and_package_community "core"; \