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:
parent
6985fc2a2c
commit
beeb6a6c34
@ -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 \
|
||||
|
@ -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"; \
|
||||
|
@ -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"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user