Fix: Trust rootca in image
All checks were successful
Release / release-image (push) Successful in 3m7s
All checks were successful
Release / release-image (push) Successful in 3m7s
This commit is contained in:
@@ -3,6 +3,9 @@ FROM archlinux:base-devel
|
||||
RUN pacman-key --init && pacman-key --populate
|
||||
RUN pacman -Syu --needed --noconfirm nodejs minio-client
|
||||
|
||||
ADD rootca.pem /root
|
||||
RUN trust anchor /root/rootca.pem && update-ca-trust
|
||||
|
||||
RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers
|
||||
RUN useradd -G wheel -d /build builder
|
||||
RUN mkdir /script
|
||||
|
||||
Reference in New Issue
Block a user