cloud-init: T2117: Added missed dependencies for Cloud-init 20.1

This commit is contained in:
zsdc 2020-03-12 12:35:01 +02:00
parent 965d8ef487
commit a61cad9af9

View File

@ -313,7 +313,10 @@ RUN apt-get update && apt-get install -y \
python3-pyflakes \
python3-serial \
python3-unittest2 \
python3-yaml
python3-yaml \
python3-jsonschema \
python3-contextlib2 \
cloud-utils
# Packages needed for libnss-mapuser
RUN apt-get update && apt-get install -y \