Browse Source

Don't pass eny global gradle config to the "light" compose-web environment

pull/685/head
Shagen Ogandzhanian 4 years ago
parent
commit
ae5d967c1e
  1. 12
      ci/docker/compose-web/Dockerfile-Basic

12
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

Loading…
Cancel
Save