dev-image: Add systemd extra tools
These tools were recommended before and therefore not present since we removed the recommendations. Since they are needed for tests, we add them directly in the dev image.
This commit is contained in:
parent
0622252c45
commit
dad02bc496
|
|
@ -48,6 +48,7 @@ IMAGE_INSTALL_append = " \
|
|||
${EASY_EDITOR} \
|
||||
${GPS_TOOLS} \
|
||||
${MONITORING} \
|
||||
systemd-extra-utils \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-pycurl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue