mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1204: Merge correct Docker image build failure due to PhantomJS.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user