Skip to content

Commit 31da8e3

Browse files
committed
run chown as root
1 parent 8236dc8 commit 31da8e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
{% endif -%}
134134
135135
{% if preassemble_script_directives -%}
136+
USER root
136137
RUN chown -R ${NB_USER}:${NB_USER} ${REPO_DIR}
137138
{% endif -%}
138139

0 commit comments

Comments
 (0)