From b8a16c45c699686a2c3c73f1d82313194d9fc90e Mon Sep 17 00:00:00 2001 From: zhou0 Date: Wed, 12 Apr 2017 21:36:57 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7769697..60f1e43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.3 MAINTAINER lzh -ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.3.5.tar.gz +ARG MYSOCKS_URL=https://github.com/zhou0/mysocks/archive/0.3.6.tar.gz ARG LIBUV_URL=https://github.com/libuv/libuv/archive/v1.11.0.tar.gz ARG WOLFSSL_URL=https://github.com/wolfSSL/wolfssl/archive/v3.2.0.tar.gz RUN set -ex && \ @@ -31,7 +31,7 @@ make install && cd .. && \ --enable-hc128 --enable-rabbit --enable-chacha --enable-examples \ --enable-iopool --disable-oldtls --disable-asn --disable-rsa \ --enable-fastmath --disable-sha && make && make install && cd .. && \ - curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.3.5 && mkdir -p \ + curl -sSL $MYSOCKS_URL | tar xz && cd mysocks-0.3.6 && mkdir -p \ build/release && cd build/release && \ cmake -DCMAKE_BUILD_TYPE=Release ../.. && \ make && make install && \ @@ -45,4 +45,4 @@ build/release && cd build/release && \ cd ../../.. && \ apk add --no-cache --virtual .run-deps $runDeps && \ apk del .build-deps && \ - rm -fr libuv-1.11.0 && rm -fr wolfssl-3.2.0 && rm -fr mysocks-0.3.5 + rm -fr libuv-1.11.0 && rm -fr wolfssl-3.2.0 && rm -fr mysocks-0.3.6