Page MenuHomePhorge

Dockerfile
No OneTemporary

Dockerfile

FROM fedora:34
MAINTAINER Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
RUN dnf -y install \
--setopt 'tsflags=nodocs' \
npm nodejs python3 python3-pip meson ninja-build make gcc g++ && \
dnf clean all
COPY init.sh /init.sh
CMD [ "/init.sh" ]

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 25, 3:32 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
228056
Default Alt Text
Dockerfile (265 B)

Event Timeline