mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
FROM quay.io/fedora/python-312:latest
|
|
LABEL \
|
|
name="bodhi-base" \
|
|
vendor="Fedora Infrastructure" \
|
|
license="MIT"
|
|
USER root
|
|
RUN dnf install -y collectd collectd-python patchutils
|
|
USER 1001
|