update workflow
All checks were successful
Build / build-alpine (push) Successful in 9s
Build / build-arch (push) Successful in 18s
Build / build-debian (push) Successful in 43s
Build / build-void (push) Successful in 42s

This commit is contained in:
2025-05-24 21:02:06 +03:00
parent 7bfe307c3b
commit bec3545bbc
5 changed files with 54 additions and 14 deletions

7
dockerfiles/void Normal file
View File

@@ -0,0 +1,7 @@
FROM voidlinux/voidlinux
RUN echo 'repository=https://repo-default.voidlinux.org/current' > /etc/xbps.d/00-repository-main.conf
RUN xbps-install -S
RUN xbps-install -yu xbps
RUN xbps-install -yu
RUN xbps-install -y git gcc