Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2270284
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
326 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 10:26 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
312335
Default Alt Text
Dockerfile (326 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment