Copy the packages list from context

This commit is contained in:
zontreck 2025-01-23 21:10:50 -07:00
parent f164e34ed9
commit 5954913244

View file

@ -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 \