Page MenuHomePhorge

almalinux8
No OneTemporary

Authored By
Unknown
Size
578 B
Referenced Files
None
Subscribers
None

almalinux8

FROM almalinux:8
LABEL maintainer="contact@apheleia-it.ch"
ENV LANG=C.utf8
ENV LC_ALL=C.utf8
# Add EPEL.
RUN dnf -y install dnf-plugin-config-manager && \
dnf config-manager --set-enabled powertools && \
dnf -y install epel-release && \
dnf -y install iputils vim-enhanced bind-utils procps-ng tcpdump telnet mc && \
dnf clean all && \
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
RUN rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
RUN sed -i -r -e 's/^SELINUX=.*$/SELINUX=permissive/g' /etc/selinux/config 2>/dev/null || :

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 5:37 AM (5 d, 11 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
98/01/98448ea58aee7ab2784468688749
Default Alt Text
almalinux8 (578 B)

Event Timeline