From 182660dc7d0c10051b34f604cb6eabd9a5ac76ed Mon Sep 17 00:00:00 2001 From: mrbasado Date: Thu, 5 Oct 2023 12:58:14 -0500 Subject: [PATCH] feat: update docker image --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5eabdb6..a091300 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,14 +8,11 @@ RUN apt-get remove libexpat1 libexpat1-dev -y RUN apt-get remove libsasl2-2 libsasl2-modules-db -y RUN apt-get remove linux-libc-dev -y RUN apt-get remove libssl-dev -y -RUN apt-get remove libtiff5 libtiffxx5 -y RUN apt-get update -y -RUN apt-get install libssl-dev>=1.1.1k-1+deb11u2 libssl1.1>=1.1.1k-1+deb11u2 openssl>=1.1.1k-1+deb11u2 -y RUN apt-get install libexpat1>=2.2.10-2+deb11u1 -y RUN apt-get install libsasl2-2>=2.1.27+dfsg-2.1+deb11u1 -y RUN apt-get install libxslt1.1>=1.1.34-4+deb11u1 RUN apt-get install linux-libc-dev>=5.10.92-2 libc6-dev -y -RUN apt-get install libtiff5>=4.2.0-1+deb11u1 -y RUN apt-get install zlib1g>=1:1.2.11.dfsg-2+deb11u1 -y RUN apt-get install libxml2>=2.9.10+dfsg-6.7+deb11u3 -y RUN apt-get install libksba8>=1.5.0-3+deb11u2 -y