api,repo: Add libxml2 to container

This commit is contained in:
Thomas Hobson 2021-02-28 15:44:43 +13:00
parent e6a1fd06a9
commit b1f13d2b87
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM node:15.8.0-buster-slim
RUN dpkg-reconfigure -p critical dash
RUN apt-get update && apt-get install -y gnupg tar coreutils util-linux \
RUN apt-get update && apt-get install -y libxml2 gnupg tar coreutils util-linux \
&& rm -rf /var/lib/apt/lists/*
RUN for i in $(seq 1001 1500); do \