Skip to content
Snippets Groups Projects
Verified Commit f3ff6435 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

build(docker): do not fix package versions

parent 9dc9a589
No related branches found
No related tags found
No related merge requests found
Pipeline #278358 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment