Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #388 from vania-pooh/master
Browse files Browse the repository at this point in the history
Creating directory for nested emulator config
  • Loading branch information
vania-pooh authored Jun 1, 2021
2 parents ce04ecb + fc927ac commit ee5f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selenium/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ARG USERDATA_SIZE="500"

RUN \
curl -o sdk-tools.zip https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip && \
mkdir -p /opt/android-sdk-linux && \
mkdir -p /opt/android-sdk-linux /root/.config/Android\ Open\ Source\ Project/ && \
unzip -q sdk-tools.zip -d /opt/android-sdk-linux && \
rm sdk-tools.zip && \
yes | sdkmanager --licenses
Expand Down

0 comments on commit ee5f3b2

Please sign in to comment.