Fix: mkdir /build
All checks were successful
Release / release-image (push) Successful in 3m3s

This commit is contained in:
2024-10-18 18:26:50 +00:00
parent 653800c863
commit dbc5330c0c

View File

@@ -7,7 +7,7 @@ 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 useradd -G wheel -d /build builder && mkdir /build
WORKDIR /build
ENTRYPOINT ["/usr/bin/env"]