From 1009ae9fc8f47c914f358ba0c902b8cab33d4111 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 16 Feb 2018 08:47:04 +0100 Subject: [PATCH] add lz4 to second stage --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4cdf890..4c43033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,6 +58,7 @@ RUN apk --no-cache add \ libsodium \ libbz2 \ zlib \ + lz4 \ libressl \ libressl2.6-libssl \ libressl2.6-libcrypto \