diff --git a/tutor/templates/build/android/Dockerfile b/tutor/templates/build/android/Dockerfile index 1094c0e..76d9969 100644 --- a/tutor/templates/build/android/Dockerfile +++ b/tutor/templates/build/android/Dockerfile @@ -23,7 +23,7 @@ RUN wget https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_ RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27" 1> /dev/null # Install android app repo -RUN git clone https://github.com/edx/edx-app-android --branch master --depth 1 /openedx/edx-app-android +RUN git clone https://github.com/edx/edx-app-android --branch master /openedx/edx-app-android WORKDIR /openedx/edx-app-android # Install gradle and all dependencies