Copy the packages list from context
This commit is contained in:
parent
f164e34ed9
commit
5954913244
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ WORKDIR /root
|
|||
|
||||
RUN curl -s "https://get.sdkman.io" | bash
|
||||
|
||||
COPY --from=ADK /packages.txt $HOME/packages.txt
|
||||
ADD ./packages.txt $HOME/packages.txt
|
||||
|
||||
# Use SDK Manager to install necessary components
|
||||
RUN $ANDROID_HOME/cmdline-tools/bin/sdkmanager --sdk_root=${ANDROID_SDK_ROOT} --update \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue