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

DEBIAN_FRONTEND=noninteractive should be an env not an arg (#277)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-11-04 07:38:40 +01:00 committed by GitHub
parent 2cfa0dab7f
commit 73fbadab65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,11 @@ ARG KOPANO_CORE_REPOSITORY_URL="file:/kopano/repo/core"
ARG KOPANO_CORE_VERSION=newest ARG KOPANO_CORE_VERSION=newest
ARG KOPANO_REPOSITORY_FLAGS="trusted=yes" ARG KOPANO_REPOSITORY_FLAGS="trusted=yes"
ARG RELEASE_KEY_DOWNLOAD=0 ARG RELEASE_KEY_DOWNLOAD=0
ARG DEBIAN_FRONTEND=noninteractive
ENV BASE_VERSION=1.2.1 \ ENV \
DEBUG="" BASE_VERSION=1.3.0 \
DEBUG="" \
DEBIAN_FRONTEND=noninteractive
LABEL maintainer=az@zok.xyz \ LABEL maintainer=az@zok.xyz \
org.label-schema.name="Kopano base container" \ org.label-schema.name="Kopano base container" \
@ -27,9 +28,7 @@ RUN mkdir -p /kopano/repo /kopano/data /kopano/helper /kopano/path
WORKDIR /kopano/repo WORKDIR /kopano/repo
# install basics # install basics
# hadolint ignore=DL3005
RUN apt-get update && \ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \
apt-transport-https \ apt-transport-https \
apt-utils \ apt-utils \