From 8dfb842cbe393f9c56aa37a2b726e098bcdc1fc3 Mon Sep 17 00:00:00 2001 From: dcharbonnier Date: Thu, 2 Jan 2020 17:36:10 +0100 Subject: [PATCH] docs: documentation for alpine linux (#1471) --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 687e8ef1fc..5bc9f4b8e1 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -93,9 +93,11 @@ And if you're building and running services locally, you need the following: * [Docker](https://docs.docker.com/) * A local installation of Kubernetes and [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/) +The Alpine linux distribution also requires `gcc` to be installed. + ### Step 1: Install core dependencies -Use your preferred method or package manager to install `git` and `rsync`. On Ubuntu, that's `sudo apt install git rsync`. +Use your preferred method or package manager to install `git` and `rsync`. On Ubuntu, that's `sudo apt install git rsync`, on Alpine `apk add --no-cache git rsync gcc` ### Step 2: Install Garden