blob: f32de47d6897935493aa9492a62181172e3e8c73 (
plain)
1
2
3
4
5
6
7
8
|
FROM docker.io/library/fedora:rawhide
ENV TZ=America/Denver
RUN dnf -y install audit-libs-devel cyrus-sasl-devel glibc-devel \
libasan libubsan libselinux-devel libsepol-devel openldap-devel \
openssl-devel pam-devel python3-devel rpm-build zlib-devel binutils \
ed gcc gdb git openssh pkg-config procps which
RUN useradd -ms /bin/bash build
|