Skip to content

Commit b935876

Browse files
committed
fix: make bin files executable
1 parent 8f89d6e commit b935876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ RUN curl_cmd https://raw.githubusercontent.com/LineageOS/android_development/ref
9494
RUN sed --in-place "/read -p \"Enter password for '\$1' (blank for none\; password will be visible): \" \\\/d" "${BIN_DIR}"/make_key
9595
RUN sed --in-place "s/ password/password=\"\"/g; s/echo; exit 1' EXIT INT QUIT/' EXIT/g; s/2048/4096/g" "${BIN_DIR}"/make_key
9696

97+
# Make scripts executable
98+
RUN chmod --recursive 500 "${BIN_DIR}"
99+
97100
# PyEnv
98101
RUN curl_cmd --remote-name https://github.com/pyenv/pyenv/archive/refs/heads/master.zip --output-dir /tmp
99102
RUN unzip /tmp/master.zip -d "${ROOT_DIR}"/

0 commit comments

Comments
 (0)