From f3ff6435951cc253b36bace13d25bfb3432081ab Mon Sep 17 00:00:00 2001 From: Stefan Hynek <stefan.hynek@uni-goettingen.de> Date: Fri, 25 Feb 2022 14:55:20 +0100 Subject: [PATCH] build(docker): do not fix package versions --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2a6ca4b..f86765e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,10 +15,11 @@ LABEL \ org.label-schema.vcs-url="https://gitlab.gwdg.de/dariah-de/textgridrep/repdav" \ org.label-schema.vendor="SUB/FE" +# hadolint ignore=DL3018 RUN adduser -D repdav \ && apk add --no-cache \ - # currently needed by icu library; needs to be replaced tomehow... - g++=10.3.1_git20210424-r2 icu-dev=67.1-r2 + # currently needed by icu library; needs to be replaced somehow... + g++ icu-dev USER repdav -- GitLab