Skip to content

Commit

Permalink
add telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed May 17, 2024
1 parent 6ce6569 commit 268068d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update \
vim \
unzip \
git \
telnet \
&& curl https://packages.microsoft.com/keys/microsoft.asc | tee /etc/apt/trusted.gpg.d/microsoft.asc \
&& curl https://packages.microsoft.com/config/debian/12/prod.list | tee /etc/apt/sources.list.d/mssql-release.list \
&& echo "deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/debian/12/prod bookworm main" > /etc/apt/sources.list.d/mssql-release.list \
Expand Down

0 comments on commit 268068d

Please sign in to comment.