Add nano to SSH (#153)

* Update Dockerfile

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-07-28 18:31:43 +02:00
committed by GitHub
parent 3d0b3c7d69
commit e3c60feafa
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ FROM %%BASE_IMAGE%%
ENV LANG C.UTF-8
# Setup base
RUN apk add --no-cache tzdata jq openssh vim curl
RUN apk add --no-cache jq openssh vim curl nano
# Copy data
COPY run.sh /

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "2.0",
"version": "2.1",
"slug": "ssh",
"description": "Connect to your server over SSH",
"url": "https://home-assistant.io/addons/ssh/",