From 6ac7e2974a796b659ee79e35ea2b3d8f6a5c0619 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 9 Jan 2019 11:53:01 +0100 Subject: [PATCH] add dependency for openssl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 687325c..2996a59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \ curl-dev libconfig-dev make \ gcc musl-dev mosquitto-dev wget \ && apk add --no-cache \ - libcurl libconfig-dev mosquitto-dev lmdb-dev libsodium-dev lua5.2-dev \ + libcurl libconfig-dev mosquitto-dev lmdb-dev libsodium-dev lua5.2-dev openssl-dev \ && mkdir -p /usr/local/source \ && cd /usr/local/source \ && wget https://github.com/owntracks/recorder/archive/$VERSION.tar.gz \