Download a installer package for chrome

This commit is contained in:
zontreck 2024-07-07 02:07:44 -07:00
parent 010ed0bbfc
commit 78751ebc34

View file

@ -10,9 +10,7 @@ RUN echo ${JENKINS_SECRET} > /agent.secret
RUN apt update; apt-get upgrade -y
RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre google-chrome-stable android-sdk android-sdk-build-tools android-sdk-platform-tools
RUN ln -sv $(which google-chrome-stable) /bin/google-chrome
RUN apt install -y build-essential cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre android-sdk android-sdk-build-tools android-sdk-platform-tools
WORKDIR /
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
@ -27,6 +25,11 @@ RUN echo "export PATH=$PATH:/flutter/bin"
WORKDIR /
RUN rm *.xz
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN ln -sv $(which google-chrome-stable) /bin/google-chrome
RUN dpkg -i google-chrome-stable_current_amd64.deb
RUN flutter --disable-analytics
RUN flutter doctor