devcontainer: add pyyaml dependency

This is needed for the pylint to work correctly with the new
cloud-init stage.
While there, add some more utilities useful for debugging. Also
add glibc-langpack-en needed for `en_GB`.
This commit is contained in:
Christian Kellner 2021-07-01 08:25:07 +00:00
parent 53af328b7c
commit e4f39c5e03

View file

@ -1,9 +1,11 @@
FROM fedora:latest
RUN dnf install -y \
bat \
findutils \
fish \
fpaste \
git \
glibc-langpack-en \
hostname \
jq \
libguestfs-tools libguestfs \
@ -26,10 +28,12 @@ RUN dnf install -y \
python3-pycodestyle \
python3-pylint \
python3-pytest \
python3-pyyaml \
rpm-build \
rpmlint \
selinux-policy-devel \
skopeo \
strace \
the_silver_searcher \
tree