Skip to content

Commit 96003b5

Browse files
committed
chore(): missing -p
1 parent a6a6983 commit 96003b5

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
@@ -58,6 +58,6 @@ RUN apk add --quiet --no-cache libstdc++ bash && \
5858
rm -rf /var/cache/* /tmp/*
5959

6060
# This accepts the licenses, please keep that in mind, you have to conform to the license.
61-
RUN mkdir "$ANDROID_HOME/licenses" \
61+
RUN mkdir -p "$ANDROID_HOME/licenses" \
6262
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"\
6363
echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"

0 commit comments

Comments
 (0)