From 771031681a5f1f451d29d2a6a8e7a3dc9fc64222 Mon Sep 17 00:00:00 2001 From: mrbasado Date: Thu, 4 Jan 2024 10:54:11 -0600 Subject: [PATCH] fix: update openssh-server --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a091300..e97363b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,6 @@ 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 pip install setuptools==65.5.1 requests==2.26.0 discord.py==1.7.3