Commit 2766b2b
committed
Install jq instead of dstat
dstat package have beeb renamed to pcp since Debian trixie
https://packages.debian.org/trixie/ia64/dstat
```
$ docker run --rm -it debian:trixie bash
root@710b81c352a7:/# apt-get update
root@710b81c352a7:/# apt-get install -y dstat
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'pcp' instead of 'dstat'
(snip)
done.
root@710b81c352a7:/# dpkg -l dstat
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-=================================
un dstat <none> <none> (no description available)
root@710b81c352a7:/# dpkg -l pcp
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-==============================================================
ii pcp 6.3.8-1 arm64 System level performance monitoring and performance management
```
Therefore, I changed package so that it can be installed on both
new and old versions of Debian for compatibility.1 parent 1e35006 commit 2766b2b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments