mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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:
parent
57facbddd5
commit
34417bef65
@ -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…
x
Reference in New Issue
Block a user