From 43bda5e5ce6cecef85df116082204d0d24711370 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 10 Oct 2017 08:48:20 +0200 Subject: [PATCH] Add tmux to ssh (#188) * Update Dockerfile * Update config.json --- ssh/Dockerfile | 2 +- ssh/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index b9f38f2..cf5c483 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -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 / diff --git a/ssh/config.json b/ssh/config.json index 947e99a..8a4535a 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -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/",