Merge pull request #7824 from Icinga/bugfix/doc-debian-env-wrong-docker-image

Doc: Fix wrong docker image for debian developemnt environment
This commit is contained in:
Michael Friedrich 2020-02-12 11:27:03 +01:00 committed by GitHub
commit be2178b993
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