mirror of
https://github.com/containers/bootc.git
synced 2026-02-05 15:45:53 +01:00
10 lines
210 B
Docker
10 lines
210 B
Docker
FROM registry.fedoraproject.org/fedora:latest
|
|
|
|
VOLUME /srv/bootupd
|
|
|
|
WORKDIR /srv/bootupd
|
|
|
|
RUN dnf update -y && \
|
|
dnf install -y make cargo rust glib2-devel openssl-devel ostree-devel && \
|
|
dnf clean all
|