Add: git
All checks were successful
Release / release-image (push) Successful in 3m2s

This commit is contained in:
2024-10-18 17:19:13 +00:00
parent 5f87e11997
commit 6ecf096bfa

View File

@@ -1,7 +1,7 @@
FROM archlinux:base-devel FROM archlinux:base-devel
RUN pacman-key --init && pacman-key --populate RUN pacman-key --init && pacman-key --populate
RUN pacman -Syu --needed --noconfirm nodejs minio-client RUN pacman -Syu --needed --noconfirm nodejs minio-client git
ADD rootca.pem /root ADD rootca.pem /root
RUN trust anchor /root/rootca.pem && update-ca-trust RUN trust anchor /root/rootca.pem && update-ca-trust