Skip to content

Commit

Permalink
Add missing apt-transport-https instruction
Browse files Browse the repository at this point in the history
Docker's Ubuntu 14.04 is missing apt-transport-https.
Add it to the manual instructions.
  • Loading branch information
vi4m committed Aug 1, 2016
1 parent 3851f60 commit ec85163
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/installation/installation.md
Expand Up @@ -8,9 +8,12 @@ with many development *bells and whistles* included.

## Debian/Ubuntu package - recommended

Make sure, your installation is clean Ubuntu 14.04, without any other packages installed.
Make sure, your installation is clean Ubuntu 14.04, without any other packages installed,
and `apt-transport-https` installed.

First, add our official ralph repository:
sudo apt-get update && apt-get install apt-transport-https

Now, add our official ralph repository:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
sudo sh -c "echo 'deb https://dl.bintray.com/vi4m/ralph wheezy main' > /etc/apt/sources.list.d/vi4m_ralph.list"
Expand Down

0 comments on commit ec85163

Please sign in to comment.