blob: 21b400db4b1903226346a194c802824b06d70024 (
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 krb5-devel \
libasan libubsan libselinux-devel libsepol-devel make 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
|