Fixes the package name for google-chrome
This commit is contained in:
parent
ed0274c56a
commit
010ed0bbfc
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ 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 android-sdk android-sdk-build-tools android-sdk-platform-tools
|
||||
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
|
||||
|
||||
WORKDIR /
|
||||
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue