add socat

This commit is contained in:
chris 2017-03-20 00:11:54 +01:00
parent 96c009e38d
commit e725fa02ff
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ RUN apk add --no-cache \
curl \
git \
openssh \
socat \
vim \
zsh
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8