Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit d7a9822

Browse files
committed
Add openssh package
1 parent ae0bd0e commit d7a9822

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848
curl \
4949
eudev-libs \
5050
libressl \
51+
openssh \
5152
python3-dev && \
5253
echo "**** link libftdi libs ****" && \
5354
ln -s /usr/lib/libftdi1.so /usr/lib/libftdi.so && \

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ docker create \
3737

3838
You can choose between using tags, latest (default, and no tag required), or a specific stable version of domoticz.
3939

40-
Add one of the tags, if required, to the linuxserver/domoticz line of the run/create command in the following format, linuxserver/domoticz:stable-3.5877
40+
Add one of the tags, if required, to the linuxserver/domoticz line of the run/create command in the following format, linuxserver/domoticz:stable-4.9700
4141

4242
#### Tags
4343

44-
+ **stable-3.8153** : latest stable version.
44+
+ **stable-4.9700** : latest stable version.
45+
+ **stable-3.8153** : no longer updated old stable version.
4546
+ **stable-3.5877** : no longer updated old stable version.
4647

4748
## Parameters
@@ -107,6 +108,7 @@ The user manual is available at [www.domoticz.com][appurl]
107108

108109
## Versions
109110

111+
+ **02.07.18:** Add openssh package.
110112
+ **01.07.18:** Fix backup/restore in webgui.
111113
+ **03.04.18:** Add dependencies for BroadlinkRM2 plugin.
112114
+ **20.01.18:** Move telldus core to repo to prevent build fail when source site goes down.

0 commit comments

Comments
 (0)