Set the shell to use

This commit is contained in:
zontreck 2024-07-07 13:56:40 -07:00
parent fd63222894
commit b969f54975

View file

@ -37,6 +37,8 @@ RUN rm -v /commandlinetools-linux-${ANDROID_SDK_VER}_latest.zip
RUN mkdir -p $ANDROID_HOME/licenses
RUN yes | $ANDROID_HOME/cmdline-tools/bin/sdkmanager --licenses --sdk_root=${ANDROID_SDK_ROOT}
SHELL [ "/bin/bash", "-c" ]
RUN mkdir -p /home/adk/.android \
&& mkdir -pv /home/adk/app \
&& touch /home/adk/.android/repositories.cfg