Merge "Unable to build cassandra images"
This commit is contained in:
commit
de547c2e71
@ -4,12 +4,12 @@ set -ex
|
||||
set -o xtrace
|
||||
|
||||
# Set CASSANDRA_JAVA to override which release of Java to use, defaults to 8
|
||||
if [ ! -z "$CASSANDRA_JAVA" ]; then CASSANDRA_JAVA=8; fi
|
||||
if [ -z "$CASSANDRA_JAVA" ]; then CASSANDRA_JAVA=8; fi
|
||||
|
||||
# Set CASSANDRA_RELEASE to override which casandra release to use, defaults to 311x
|
||||
# For current releases supported, see http://cassandra.apache.org/download/ or
|
||||
# http://dl.bintray.com/apache/cassandra/dists/
|
||||
if [ ! -z "$CASSANDRA_RELEASE" ]; then CASSANDRA_RELEASE=311x; fi
|
||||
if [ -z "$CASSANDRA_RELEASE" ]; then CASSANDRA_RELEASE=311x; fi
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get --allow-unauthenticated install -qy curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user