Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
c0e73cd9
Verified
Commit
c0e73cd9
authored
Dec 10, 2020
by
hashworks
Browse files
Drop ls pipe for sysusers call
It had no effect whatsoever anyway.
parent
3e3b44b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
c0e73cd9
...
...
@@ -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"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment