Fix: useradd
All checks were successful
Release / release-image (push) Successful in 3m0s

This commit is contained in:
2024-10-18 18:31:54 +00:00
parent dbc5330c0c
commit bb06e9f27c

View File

@@ -7,7 +7,7 @@ ADD rootca.pem /root
RUN trust anchor /root/rootca.pem && update-ca-trust RUN trust anchor /root/rootca.pem && update-ca-trust
RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers RUN echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers
RUN useradd -G wheel -d /build builder && mkdir /build RUN useradd -mG wheel -d /build builder
WORKDIR /build WORKDIR /build
ENTRYPOINT ["/usr/bin/env"] ENTRYPOINT ["/usr/bin/env"]