We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f89d6e commit b935876Copy full SHA for b935876
base/Dockerfile
@@ -94,6 +94,9 @@ RUN curl_cmd https://raw.githubusercontent.com/LineageOS/android_development/ref
94
RUN sed --in-place "/read -p \"Enter password for '\$1' (blank for none\; password will be visible): \" \\\/d" "${BIN_DIR}"/make_key
95
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
96
97
+# Make scripts executable
98
+RUN chmod --recursive 500 "${BIN_DIR}"
99
+
100
# PyEnv
101
RUN curl_cmd --remote-name https://github.com/pyenv/pyenv/archive/refs/heads/master.zip --output-dir /tmp
102
RUN unzip /tmp/master.zip -d "${ROOT_DIR}"/
0 commit comments