Skip to content

Commit

Permalink
added telnet to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zoechbauer committed Aug 23, 2023
1 parent 58b237c commit 3518c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/containers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY README.md README.md
ENV LC_ALL=C

# Install packages
RUN apt update && apt install -y iputils-ping
RUN apt update && apt install -y iputils-ping && apt install -y telnet
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

# Update pip and install python requirements
Expand Down

0 comments on commit 3518c35

Please sign in to comment.