mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-04 13:31:07 +02:00
Drop ls pipe for sysusers call
It had no effect whatsoever anyway.
This commit is contained in:
parent
3e3b44b68c
commit
c0e73cd900
@ -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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user