Skip to content

Commit eda860d

Browse files
committed
chore(): don't do too many things at the same time
1 parent 96003b5 commit eda860d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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 -p "$ANDROID_HOME/licenses" \
62-
echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"\
61+
RUN mkdir -p "$ANDROID_HOME/licenses" &&\
62+
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)