We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a59e6 commit 182ddc8Copy full SHA for 182ddc8
Dockerfile
@@ -25,7 +25,7 @@ RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursiv
25
USER "${USER}"
26
27
# Make scripts executable
28
-RUN chmod --recursive 500 "${SCRIPT_DIR}"
+RUN chmod --recursive 500 "${SCRIPT_DIR}" "${BIN_DIR}"
29
30
# ROM variables
31
ENV LOCAL_MANIFEST=''
0 commit comments