mirror of https://github.com/Icinga/icinga2.git
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:
commit
be2178b993
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue