mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
SSHct: updated image with new packages
This commit is contained in:
parent
c68955a914
commit
f2fc66c80d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get update -y && \
|
|||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
openssh-server bash tmux curl sudo less vim \
|
||||
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 entrypoint.sh /bin/entrypoint
|
||||
|
|
|
|||
Loading…
Reference in a new issue