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.
This commit is contained in:
Michael Insel 2020-02-12 11:12:35 +01:00 committed by GitHub
parent 57facbddd5
commit 34417bef65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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