Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841736
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
903 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
FROM fedora:31
MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
ENV container docker
ENV SYSTEMD_PAGER=''
RUN dnf -y install \
--setopt 'tsflags=nodocs' \
bash-completion \
bind-utils \
certbot \
curl \
dhcp-client \
git \
iproute \
iptraf-ng \
iputils \
less \
lsof \
mtr \
net-tools \
NetworkManager \
NetworkManager-tui \
network-scripts \
nginx \
nmap-ncat \
openssh-clients \
openssh-server \
procps-ng \
python3-certbot-nginx \
strace \
systemd-udev \
tcpdump \
telnet \
traceroute \
vim-enhanced \
wget && \
dnf clean all
COPY rootfs/ /
RUN systemctl enable nginx
CMD ["/lib/systemd/systemd", "--system"]
ENTRYPOINT "/lib/systemd/systemd"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 3:44 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
232735
Default Alt Text
Dockerfile (903 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment