Browse Source

Remove libtool to fix alpine 3.7 docker bug

Alpine 3.7 libtool pkg depends on bash pkg, this caused the compile hangs at "checking that generated files are newer than configure...", after check [this thread](https://forums.docker.com/t/problem-of-hanging-autoreconf/41015/3), I remove libtool and it works.
pull/1816/head
玩牛牛 7 years ago
committed by GitHub
parent
commit
8a670546a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      docker/alpine/Dockerfile

1
docker/alpine/Dockerfile

@ -23,7 +23,6 @@ RUN set -ex && \
build-base \
curl \
libev-dev \
libtool \
linux-headers \
libsodium-dev \
mbedtls-dev \

Loading…
Cancel
Save