From b969f54975c842eb532263a204538802f35c7510 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sun, 7 Jul 2024 13:56:40 -0700 Subject: [PATCH] Set the shell to use --- LinuxGeneralCompiler/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LinuxGeneralCompiler/Dockerfile b/LinuxGeneralCompiler/Dockerfile index aa75c78..6b3bbe2 100644 --- a/LinuxGeneralCompiler/Dockerfile +++ b/LinuxGeneralCompiler/Dockerfile @@ -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