From ac398e3eacdd1f7cae66917955f9988031533a0a Mon Sep 17 00:00:00 2001
From: Wonderfall <wonderfall@schrodinger.io>
Date: Sun, 8 May 2016 19:58:01 +0200
Subject: [PATCH] reverse: fix nginx build

---
 reverse/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reverse/Dockerfile b/reverse/Dockerfile
index d262cce..39ba26f 100644
--- a/reverse/Dockerfile
+++ b/reverse/Dockerfile
@@ -79,7 +79,7 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
     --with-http_v2_module \
     --with-http_gzip_static_module \
     --with-http_stub_status_module \
-    --with-openssl=/tmp/libressl \
+    --with-openssl=/tmp/libressl-${LIBRESSL_VERSION} \
     --with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' \
     --with-ld-opt="-lrt" \
     --with-file-aio \