Add: Start govel build packages

This commit is contained in:
L0m1g 2025-05-03 18:33:53 +02:00
parent 865ec5def5
commit c26fcdc1db
18 changed files with 37 additions and 26 deletions

View file

@ -1,7 +1,7 @@
FROM fedora:42
RUN dnf -y update && \
dnf -y install python3 python3-pip sqlite tar zstd git bash && \
dnf -y install python3 python3-pip sqlite tar zstd git bash vim && \
dnf clean all
RUN useradd -r -s /sbin/nologin -d /var/lib/erminig pak && \