mike-jumper commented on code in PR #757: URL: https://github.com/apache/guacamole-client/pull/757#discussion_r951790929
########## Dockerfile: ########## @@ -30,6 +30,9 @@ ARG TOMCAT_JRE=jdk8 # Use official maven image for the build FROM maven:3-jdk-8 AS builder +# Install chromium-driver for sake of JavaScript unit tests +RUN apt update && apt install -y chromium-driver Review Comment: OK - amended the commit to use `apt-get`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
