Page MenuHomePhorge

Dockerfile
No OneTemporary

Authored By
Unknown
Size
428 B
Referenced Files
None
Subscribers
None

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=dev/mollekopf
ARG GIT_REMOTE=https://git.kolab.org/source/kolab.git
ENV DEBUG="kolabmeet-server* mediasoup*"
COPY build.sh /build.sh
RUN /build.sh
COPY init.sh /init.sh
CMD [ "/init.sh" ]

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 10:57 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831494
Default Alt Text
Dockerfile (428 B)

Event Timeline