Move chrome dependencies to their own install statement
This commit is contained in:
parent
17954f39b2
commit
7c8aacb173
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +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 android-sdk android-sdk-build-tools android-sdk-platform-tools libgtk-4-1
|
||||
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
|
||||
|
@ -24,6 +24,8 @@ RUN echo "export PATH=$PATH:/flutter/bin"
|
|||
|
||||
WORKDIR /
|
||||
|
||||
RUN apt install -y fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils
|
||||
|
||||
RUN rm *.xz
|
||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue