Merge pull request #4 from icorderi/patch-1

Add DEP_OPENSSL_INCLUDE export
This commit is contained in:
Eric Kidd 2016-09-12 06:20:16 -04:00 committed by GitHub
commit a91a976873
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ RUN VERS=1.0.2g && \
make && sudo make install && \
cd .. && rm -rf openssl-$VERS.tar.gz openssl-$VERS
ENV OPENSSL_INCLUDE_DIR=/usr/local/musl/include/ \
DEP_OPENSSL_INCLUDE=/usr/local/musl/include/ \
OPENSSL_LIB_DIR=/usr/local/musl/lib/ \
OPENSSL_STATIC=1