Add pacman-contrib for updpkgsums
This commit is contained in:
parent
bc6c1d6672
commit
54559a8d6a
@ -5,7 +5,7 @@ WORKDIR /usr/files
|
||||
ENV REPO="git@github.com:torvalds/linux.git"
|
||||
ENV CRON="0 * * * *"
|
||||
|
||||
RUN pacman -Sy --noconfirm openssh git jq libxml2 cronie doas && \
|
||||
RUN pacman -Sy --noconfirm pacman-contrib openssh git jq libxml2 cronie doas && \
|
||||
groupadd user && \
|
||||
useradd -m -g user user && \
|
||||
ln -sf /usr/files/.cron /etc/cron.d/.cron && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user