Removed openssl

This commit is contained in:
2024-05-31 14:07:14 +02:00
parent 330d2de0bb
commit 8a6808193e
-1
View File
@@ -5,7 +5,6 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y upgrade && \ RUN apt-get update && apt-get -y upgrade && \
apt-get -y install --no-install-recommends wget bc && \ 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 && \ apt-get -y install --no-install-recommends procps pcregrep && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*