blob: 80ae351f464df3656c10c2b23092963b6c601830 (
plain)
1
2
3
4
5
6
7
8
|
FROM docker.io/library/fedora:latest
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
|