debian-forge/.devcontainer/Dockerfile
Christian Kellner 94dedfc849 devcontainer: specify the workdir
Set the workdir to the osbuild source directory; this makes it
convenient when using docker/podman exec into the container.
2021-04-08 12:56:06 +02:00

36 lines
648 B
Docker

FROM fedora:latest
RUN dnf install -y \
findutils \
fish \
fpaste \
git \
hostname \
jq \
libguestfs-tools libguestfs \
libosinfo \
make \
qemu-img \
qemu-system-x86 \
osbuild \
osbuild-ostree \
podman \
pylint \
python3-autopep8 \
python3-devel \
python3-docutils \
python3-enchant \
python3-iniparse \
python3-mako \
python3-jsonschema \
python3-pip \
python3-pycodestyle \
python3-pylint \
python3-pytest \
rpm-build \
rpmlint \
selinux-policy-devel \
skopeo \
the_silver_searcher \
tree
WORKDIR /workspaces/osbuild