
By mistake I added it second time in
1e7a78932d
commit.
Change-Id: I78e9574ea01d84051dbc649fea1b5b9556778a15
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
# Default repos
|
|
deb http://deb.debian.org/debian buster main
|
|
|
|
# debian security updates
|
|
deb http://security.debian.org/debian-security buster/updates main
|
|
|
|
# elasticsearch (arch:all), logstash (arch:all), kibana (arch:amd64)
|
|
deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main
|
|
|
|
# main docker repo
|
|
deb https://download.docker.com/linux/debian buster stable
|
|
|
|
# Grafana repo
|
|
deb https://packages.grafana.com/oss/deb stable main
|