Skip to content

Commit

Permalink
Merge pull request #16 from roubert/chown
Browse files Browse the repository at this point in the history
Add --chown parameter to Dockerfile ADD to give local user access.
  • Loading branch information
roubert committed Apr 24, 2020
2 parents 5e54292 + b4665c0 commit f6777b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu-kube/docker.d/icu4c-demos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir /home/build/build /home/build/src
WORKDIR /home/build/build
ENV PREFIX=/home/build/icu
RUN if [ -d /tmp/ICU ]; then mkdir -p /home/build/icu/ICU && cp -R /tmp/ICU /home/build/icu/ICU; fi
ADD . /home/build/src/
ADD --chown=build . /home/build/src/
# HACK: translitdemo is not out of source enabled
RUN cp -R /home/build/src/translitdemo /home/build/build/translitdemo
# No -j$(nproc) - not multithread safe!
Expand Down

0 comments on commit f6777b0

Please sign in to comment.