We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e54292 + b4665c0 commit f6777b0Copy full SHA for f6777b0
icu-kube/docker.d/icu4c-demos/Dockerfile
@@ -34,7 +34,7 @@ RUN mkdir /home/build/build /home/build/src
34
WORKDIR /home/build/build
35
ENV PREFIX=/home/build/icu
36
RUN if [ -d /tmp/ICU ]; then mkdir -p /home/build/icu/ICU && cp -R /tmp/ICU /home/build/icu/ICU; fi
37
-ADD . /home/build/src/
+ADD --chown=build . /home/build/src/
38
# HACK: translitdemo is not out of source enabled
39
RUN cp -R /home/build/src/translitdemo /home/build/build/translitdemo
40
# No -j$(nproc) - not multithread safe!
0 commit comments