From 34417bef653429ba1a5d6aa601f3da1f652d9488 Mon Sep 17 00:00:00 2001 From: Michael Insel Date: Wed, 12 Feb 2020 11:12:35 +0100 Subject: [PATCH] Doc: Fix wrong docker image for debian developemnt environment Fixes a small typo. The Debian based development environment should use the debian docker image instead of the ubuntu image. --- doc/21-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/21-development.md b/doc/21-development.md index ff24971a3..29e797ca3 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1404,7 +1404,7 @@ the distribution already provides 1.66+. For older versions such as Stretch, include the release repository for packages.icinga.com as shown in the [setup instructions](02-installation.md#package-repositories-debian-ubuntu-raspbian). ``` -$ docker run -ti ubuntu:bionic bash +$ docker run -ti debian:buster bash apt-get update apt-get -y install apt-transport-https wget gnupg