diff --git a/ci/docker/compose-web/Dockerfile-Basic b/ci/docker/compose-web/Dockerfile-Basic index 5eade68b81..b3801d991e 100644 --- a/ci/docker/compose-web/Dockerfile-Basic +++ b/ci/docker/compose-web/Dockerfile-Basic @@ -34,16 +34,4 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so COPY chrome-no-sandbox /usr/bin/chrome-no-sandbox COPY gradle.properties /root/.gradle/gradle.properties -COPY init.gradle /root/.gradle/init.gradle RUN chmod u+x /usr/bin/chrome-no-sandbox - -RUN mkdir ~/bin -ENV PATH=~/bin:$PATH - -RUN wget -P ~/bin https://storage.googleapis.com/git-repo-downloads/repo -RUN chmod a+x ~/bin/repo -RUN mkdir androidx-main -WORKDIR androidx-main - -COPY bootstrap.sh bootstrap.sh -RUN chmod a+x bootstrap.sh