mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 10:01:44 +08:00
9 lines
204 B
Plaintext
9 lines
204 B
Plaintext
FROM quay.io/fedora/python-310:latest
|
|
LABEL \
|
|
name="python-310-badges-custom-builder" \
|
|
vendor="Fedora Infrastructure" \
|
|
license="MIT"
|
|
USER root
|
|
RUN dnf install -y cyrus-sasl-gssapi
|
|
USER 1001
|