SSHct: updated image with new packages

This commit is contained in:
Andrey Kartashov 2018-03-25 11:05:56 +07:00
parent c68955a914
commit f2fc66c80d

View file

@ -15,7 +15,7 @@ RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
openssh-server bash tmux curl sudo less vim \ openssh-server bash tmux curl sudo less vim \
dialog locales man bash-completion wget apt-file telnet \ dialog locales man bash-completion wget apt-file telnet \
dnsutils git pwgen python bc golang dnsutils git pwgen python bc unzip graphviz whois mysql-client golang-1.8
ADD sshd_config /etc/ssh/sshd_config ADD sshd_config /etc/ssh/sshd_config
ADD entrypoint.sh /bin/entrypoint ADD entrypoint.sh /bin/entrypoint