jmuehlner commented on code in PR #757: URL: https://github.com/apache/guacamole-client/pull/757#discussion_r951754873
########## 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: Good point @necouchman - should probably be `apt-get`. `apt` is specifically discouraged from being used in scripts by the developers. -- 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]
