diff --git a/ssh/Dockerfile b/ssh/Dockerfile index d4b9590..e9bbad5 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -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 / diff --git a/ssh/config.json b/ssh/config.json index 947638f..6f88a4d 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -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/",