File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN set -ex \
3535 && cd $SS_DIR \
3636 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
3737 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
38+ && curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
3839 && ./autogen.sh \
3940 && ./configure --disable-documentation \
4041 && make install \
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN set -ex \
3535 && cd $SS_DIR \
3636 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
3737 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
38+ && curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
3839 && ./autogen.sh \
3940 && ./configure --disable-documentation \
4041 && make install \
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN set -xe \
4949 && cd .. \
5050 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
5151 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
52+ && curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
5253 && ./autogen.sh \
5354 && dpkg-buildpackage -b -us -uc -i \
5455 && cd .. \
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ RUN set -xe \
4949 && cd .. \
5050 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
5151 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
52+ && curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
5253 && ./autogen.sh \
5354 && dpkg-buildpackage -b -us -uc -i \
5455 && cd .. \
You can’t perform that action at this time.
0 commit comments