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:
Alexandre Bard 2021-08-25 09:25:17 +02:00
parent 0622252c45
commit dad02bc496
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ IMAGE_INSTALL_append = " \
${EASY_EDITOR} \
${GPS_TOOLS} \
${MONITORING} \
systemd-extra-utils \
python3 \
python3-pip \
python3-pycurl \