From 8c83e8c4801f4897239a57be4b0e83245af7d041 Mon Sep 17 00:00:00 2001 From: mrbasado Date: Thu, 4 Jan 2024 13:36:15 -0600 Subject: [PATCH] fix: remove old ssh client --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e17ea34..38c877f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get install libxml2>=2.9.10+dfsg-6.7+deb11u3 -y RUN apt-get install libksba8>=1.5.0-3+deb11u2 -y RUN apt-get install git -y RUN apt-get install libde265-0>=1.0.11-0+deb11u1 -y -#RUN apt-get install openssh-server>=1:9.2p1-2+deb12u2 -y +RUN apt-get remove openssh-client -y RUN pip install --upgrade pip RUN pip install setuptools==65.5.1 requests==2.26.0 discord.py==2.3.2 aiohttp==3.9.0