@@ -7,34 +7,40 @@ To build, make sure you have Docker [installed](http://www.docker.io/gettingstar
This image is used in other projects like [Drupal sfl-boilerplate](https://gitlab.savoirfairelinux.com/drupal/sfl-boilerplate) and the purpouse is to provide to others Drupal projects a baseimage with all dependency installed to make tests and install Drupal.
## Install docker:
First, check that your APT system can deal with https URLs: the file /usr/lib/apt/methods/https should exist. If it doesn't, you need to install the package apt-transport-https.
Log into your Ubuntu installation as a user with sudo privileges.
Verify that you have wget installed.
```
[ -e /usr/lib/apt/methods/https ] || {
apt-get update
apt-get install apt-transport-https
}
$ which wget
```
Then, add the Docker repository key to your local keychain.
If wget isn't installed, install it after updating your manager: