summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 63f33dc..316d274 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -37,8 +37,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libpq-dev \
libssl1.1 \
libssl-dev \
- libxml2 \
- libxml2-dev \
make \
zlib1g-dev \
&& cpanm -in --no-man-pages --installdeps . \
@@ -50,7 +48,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libc6-dev \
libdb5.3-dev \
libssl-dev \
- libxml2-dev \
make \
zlib1g-dev \
&& apt-get autoremove -y \