mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
api,repo: Add libxml2 to container
This commit is contained in:
parent
e6a1fd06a9
commit
b1f13d2b87
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue