Drop ls pipe for sysusers call

It had no effect whatsoever anyway.
This commit is contained in:
Justin Kromlinger 2020-12-10 19:01:18 +01:00
parent 3e3b44b68c
commit c0e73cd900
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -22,7 +22,7 @@ FROM scratch AS root
COPY --from=verify /rootfs/ /
RUN ldconfig
RUN sh -c 'ls usr/lib/sysusers.d/*.conf | /usr/share/libalpm/scripts/systemd-hook sysusers '
RUN /usr/share/libalpm/scripts/systemd-hook sysusers
ENV LANG=en_US.UTF-8
CMD ["/usr/bin/bash"]