Skip to content

Commit 182ddc8

Browse files
committed
fix: allow bin directory to be executable again
1 parent e6a59e6 commit 182ddc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN chown --recursive "${userid}":"${groupid}" "${ROOT_DIR}" && chmod --recursiv
2525
USER "${USER}"
2626

2727
# Make scripts executable
28-
RUN chmod --recursive 500 "${SCRIPT_DIR}"
28+
RUN chmod --recursive 500 "${SCRIPT_DIR}" "${BIN_DIR}"
2929

3030
# ROM variables
3131
ENV LOCAL_MANIFEST=''

0 commit comments

Comments
 (0)