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

Commit 15fc025

Browse files
committed
Add curl and replace openssl with libressl
1 parent 352c145 commit 15fc025

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ RUN \
2727
git \
2828
libcurl \
2929
libftdi1-dev \
30+
libressl-dev \
3031
libusb-compat-dev \
3132
libusb-dev \
3233
linux-headers \
3334
lua5.2-dev \
3435
make \
3536
mosquitto-dev \
3637
musl-dev \
37-
libressl-dev \
3838
pkgconf \
3939
sqlite-dev \
4040
tar \
@@ -118,8 +118,9 @@ RUN \
118118

119119
# install runtime dependencies
120120
apk add --no-cache \
121+
curl \
121122
eudev-libs \
122-
openssl \
123+
libressl \
123124
$RUNTIME_PACKAGES && \
124125

125126
# cleanup build dependencies

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ The user manual is available at [www.domoticz.com][domoticzurl]
106106

107107
## Versions
108108

109+
+ **26.02.2017:** Add curl and replace openssl with libressl.
109110
+ **11.02.2017:** Update README.
110111
+ **03.01.2017:** Initial Release.

0 commit comments

Comments
 (0)