Page MenuHomePhorge

Dockerfile
No OneTemporary

Dockerfile

FROM fedora:37
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++ git && \
dnf clean all
ARG GIT_REF=master
COPY build.sh /build.sh
RUN /build.sh
COPY init.sh /init.sh
CMD [ "/init.sh" ]

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 10:41 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
312335
Default Alt Text
Dockerfile (326 B)

Event Timeline