1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

cut quotes from additional package var earlier on (#224)

* cut quotes from additional package var earlier on
* add easy debugging switch to script and predefine env var in base image
This commit is contained in:
Felix Bartels
2019-08-28 20:49:31 +02:00
committed by GitHub
parent 4878fc9917
commit 26c45ce1db
5 changed files with 14 additions and 6 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ ARG KOPANO_REPOSITORY_FLAGS="trusted=yes"
ARG RELEASE_KEY_DOWNLOAD=0
ARG DEBIAN_FRONTEND=noninteractive
ENV BASE_VERSION=1.2.0
ENV BASE_VERSION=1.2.1 \
DEBUG=""
LABEL maintainer=az@zok.xyz \
org.label-schema.name="Kopano base container" \