Add tmux to ssh (#188)

* Update Dockerfile

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-10-10 08:48:20 +02:00
committed by GitHub
parent fad34976a0
commit 43bda5e5ce
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache jq openssh vim curl nano git mosquitto-clients
RUN apk add --no-cache jq openssh vim curl nano git mosquitto-clients tmux
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "2.8",
"version": "2.9",
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/",