Skip to content

Commit

Permalink
the --package_file argument seems to work again
Browse files Browse the repository at this point in the history
  • Loading branch information
jangrewe committed Feb 13, 2021
1 parent b132876 commit a1c68b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Expand Up @@ -46,5 +46,4 @@ RUN mkdir -p /root/.android \
&& sdkmanager --update

ADD packages.txt /sdk
RUN while read -r package; do PACKAGES="${PACKAGES}${package} "; done < /sdk/packages.txt \
&& sdkmanager ${PACKAGES}
RUN sdkmanager --package_file=/sdk/packages.txt

0 comments on commit a1c68b7

Please sign in to comment.