Skip to content

Commit

Permalink
Merge pull request jangrewe#29 from glarfs/master
Browse files Browse the repository at this point in the history
Accept licenses during docker build process
  • Loading branch information
jangrewe authored Feb 3, 2018
2 parents 37cb935 + 9da9717 commit bd78d47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ RUN mkdir -p /root/.android && \
RUN while read -r package; do PACKAGES="${PACKAGES}${package} "; done < /sdk/packages.txt && \
${ANDROID_HOME}/tools/bin/sdkmanager ${PACKAGES}

RUN yes | ${ANDROID_HOME}/tools/bin/sdkmanager --licenses

0 comments on commit bd78d47

Please sign in to comment.