Menu

[9157ac]: / Dockerfile  Maximize  Restore  History

Download this file

13 lines (12 with data), 599 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
FROM olproject/onixos:latest
RUN pacman -Syu --noconfirm yay-git rsync go xmlto python-sphinx base-devel go gnome-shell git qt qtcreator gperf ninja nasm openssh openssl sudo python nodejs node-gyp archiso python --overwrite "*"
RUN echo "buildkit ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
RUN groupadd buildkit
RUN useradd -ms /bin/bash buildkit -g buildkit
COPY . /home/buildkit/builder
RUN chown -Rv buildkit:buildkit /home/buildkit
USER buildkit
ENV PATH=$PATH:/usr/bin:/bin:/home/buildkit/builder
WORKDIR /home/buildkit/builder
CMD ["python", "build.py"]
VOLUME ["/home/buildkit/builder/output"]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.