From a4989807cb0d0dad5c6a2134c66d924d691ef273 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Sat, 4 Feb 2023 05:32:38 -0800 Subject: [PATCH] libxml-simple-perl added --- ubuntu-18-dev/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubuntu-18-dev/Dockerfile b/ubuntu-18-dev/Dockerfile index 96e2f5b..ae10e79 100644 --- a/ubuntu-18-dev/Dockerfile +++ b/ubuntu-18-dev/Dockerfile @@ -34,6 +34,8 @@ RUN apt-get install -y bsdmainutils sed curl bc lrzsz corkscrew nano \ RUN apt-get install -y liblz4-tool zstd +RUN apt-get install -y libxml-simple-perl + # Make bash the default shell RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash