Skip to content

Commit

Permalink
fix: remove old ssh client
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbasado committed Jan 4, 2024
1 parent f3b5409 commit 8c83e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c83e8c

Please sign in to comment.