Skip to content

Commit b4665c0

Browse files
committed
Add --chown parameter to Dockerfile ADD to give local user access.
1 parent 5e54292 commit b4665c0

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)