Add: local repo
All checks were successful
Release / release-image (push) Successful in 2m20s

This commit is contained in:
2024-10-19 02:10:12 +00:00
parent bb06e9f27c
commit 5947e91f0c

View File

@@ -1,5 +1,10 @@
FROM archlinux:base-devel FROM archlinux:base-devel
RUN >> /etc/pacman.conf <<EOF
[custom]
SigLevel = Optional TrustAll
Server = http://repo.konchin.com/$repo/os/$arch
EOF
RUN pacman-key --init && pacman-key --populate RUN pacman-key --init && pacman-key --populate
RUN pacman -Syu --needed --noconfirm nodejs minio-client git RUN pacman -Syu --needed --noconfirm nodejs minio-client git