Skip to content

Commit f6777b0

Browse files
authored
Merge pull request #16 from roubert/chown
Add --chown parameter to Dockerfile ADD to give local user access.
2 parents 5e54292 + b4665c0 commit f6777b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icu-kube/docker.d/icu4c-demos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN mkdir /home/build/build /home/build/src
3434
WORKDIR /home/build/build
3535
ENV PREFIX=/home/build/icu
3636
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/
37+
ADD --chown=build . /home/build/src/
3838
# HACK: translitdemo is not out of source enabled
3939
RUN cp -R /home/build/src/translitdemo /home/build/build/translitdemo
4040
# No -j$(nproc) - not multithread safe!

0 commit comments

Comments
 (0)