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