1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 21:33:02 +00:00

Update hadolint and no longer ignore SC2215 (#19)

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2021-03-04 08:53:55 +01:00
committed by GitHub
parent 841d181402
commit 4fce2246d6
9 changed files with 4 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ LABEL maintainer=az@zok.xyz \
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# install Kopano WebApp
# hadolint ignore=SC2129,SC2215
# hadolint ignore=SC2129
RUN --mount=type=secret,id=repocred,target=/etc/apt/auth.conf.d/kopano.conf \
# community download and package as apt source repository
# TODO is it neccesary to source this file here? was already sourced before