From 8a6808193e3afcdcb3c1f48f0a99791d72e4ddba Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 31 May 2024 14:07:14 +0200 Subject: [PATCH] Removed openssl --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c47078..3d0bfb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y upgrade && \ apt-get -y install --no-install-recommends wget bc && \ - apt-get -y install --no-install-recommends openssl && \ apt-get -y install --no-install-recommends procps pcregrep && \ rm -rf /var/lib/apt/lists/*