mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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"
|
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
|
if [ -z "$BUILD_PROFILE" ]; then
|
||||||
mvn package
|
mvn package
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user