devcontainer: install additional packages
Install more more tools and utilities that help with development and testing of osbuild inside the dev container.
This commit is contained in:
parent
e7620feca4
commit
65cf620d4b
1 changed files with 16 additions and 2 deletions
|
|
@ -1,20 +1,34 @@
|
||||||
FROM fedora
|
FROM fedora:latest
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
|
findutils \
|
||||||
fish \
|
fish \
|
||||||
|
fpaste \
|
||||||
git \
|
git \
|
||||||
|
hostname \
|
||||||
jq \
|
jq \
|
||||||
|
libguestfs-tools libguestfs \
|
||||||
|
libosinfo \
|
||||||
make \
|
make \
|
||||||
qemu-img \
|
qemu-img \
|
||||||
|
qemu-system-x86 \
|
||||||
osbuild \
|
osbuild \
|
||||||
osbuild-ostree \
|
osbuild-ostree \
|
||||||
|
podman \
|
||||||
pylint \
|
pylint \
|
||||||
python3-autopep8 \
|
python3-autopep8 \
|
||||||
python3-devel \
|
python3-devel \
|
||||||
python3-docutils \
|
python3-docutils \
|
||||||
|
python3-enchant \
|
||||||
python3-iniparse \
|
python3-iniparse \
|
||||||
|
python3-mako \
|
||||||
python3-jsonschema \
|
python3-jsonschema \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-pycodestyle \
|
||||||
python3-pylint \
|
python3-pylint \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
rpm-build \
|
rpm-build \
|
||||||
selinux-policy-devel
|
rpmlint \
|
||||||
|
selinux-policy-devel \
|
||||||
|
skopeo \
|
||||||
|
the_silver_searcher \
|
||||||
|
tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue