GUACAMOLE-1204: Merge correct Docker image build failure due to PhantomJS.

This commit is contained in:
Virtually Nick
2021-02-13 19:49:21 -05:00
committed by GitHub

View File

@@ -60,6 +60,11 @@ mkdir -p "$DESTINATION"
cd "$BUILD_DIR"
# Required for build leveraging PhantomJS for unit testing (without this, the
# build fails with "libssl_conf.so: cannot open shared object file: No such
# file or directory")
export OPENSSL_CONF=/etc/ssl
if [ -z "$BUILD_PROFILE" ]; then
mvn package
else