Skip to content

Commit

Permalink
add missing dependency: libbloom
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Feb 25, 2017
1 parent 950fb07 commit 550a6f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -ex \
&& cd $SS_DIR \
&& curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
&& curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
&& curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
&& ./autogen.sh \
&& ./configure --disable-documentation \
&& make install \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -ex \
&& cd $SS_DIR \
&& curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
&& curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
&& curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
&& ./autogen.sh \
&& ./configure --disable-documentation \
&& make install \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN set -xe \
&& cd .. \
&& curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
&& curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
&& curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
&& ./autogen.sh \
&& dpkg-buildpackage -b -us -uc -i \
&& cd .. \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.debian.arm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN set -xe \
&& cd .. \
&& curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
&& curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
&& curl -sSL https://github.com/shadowsocks/libbloom/archive/master.tar.gz | tar xz --strip 1 -C libbloom \
&& ./autogen.sh \
&& dpkg-buildpackage -b -us -uc -i \
&& cd .. \
Expand Down

0 comments on commit 550a6f7

Please sign in to comment.