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:
parent
53af328b7c
commit
e4f39c5e03
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue