File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM ubuntu:14.04
2
- MAINTAINER Frank Celler <info@arangodb.org >
2
+ MAINTAINER Frank Celler <info@arangodb.com >
3
3
4
4
# for local installation, uncomment
5
5
# ADD ./arangodb /install
Original file line number Diff line number Diff line change 1
- 2.2.3
1
+ 2.3.0
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# add arangodb source
4
- ARANGO_URL=http ://www.arangodb.org /repositories/arangodb2/xUbuntu_14.04
4
+ ARANGO_URL=https ://www.arangodb.com /repositories/arangodb2/xUbuntu_14.04
5
5
VERSION=` cat /scripts/VERSION`
6
6
7
7
# check for local (non-network) install
29
29
echo " ---> Updating ubuntu"
30
30
apt-get -y -qq --force-yes update || exit 1
31
31
apt-get -y -qq --force-yes install wget || exit 1
32
+ apt-get -y -qq install apt-transport-https || exit 1
32
33
33
34
# install arangodb key
34
35
echo " deb $ARANGO_URL / /" >> /etc/apt/sources.list.d/arangodb.list
You can’t perform that action at this time.
0 commit comments