From 1f4c151da8d973c5d71ab6d2528240b7d8eb6631 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 9 Jan 2019 17:22:20 +0100 Subject: [PATCH] try w/o openssl-dev (travis) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2996a59..687325c 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 openssl-dev \ + libcurl libconfig-dev mosquitto-dev lmdb-dev libsodium-dev lua5.2-dev \ && mkdir -p /usr/local/source \ && cd /usr/local/source \ && wget https://github.com/owntracks/recorder/archive/$VERSION.tar.gz \