We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a6983 commit 96003b5Copy full SHA for 96003b5
Dockerfile
@@ -58,6 +58,6 @@ RUN apk add --quiet --no-cache libstdc++ bash && \
58
rm -rf /var/cache/* /tmp/*
59
60
# This accepts the licenses, please keep that in mind, you have to conform to the license.
61
-RUN mkdir "$ANDROID_HOME/licenses" \
+RUN mkdir -p "$ANDROID_HOME/licenses" \
62
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"\
63
echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
0 commit comments