Browse Source
Merge pull request #1816 from playniuniu/master
Remove libtool to fix alpine 3.7 docker bug
pull/1829/merge
Max Lv
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
docker/alpine/Dockerfile
|
@ -23,7 +23,6 @@ RUN set -ex && \ |
|
|
build-base \ |
|
|
build-base \ |
|
|
curl \ |
|
|
curl \ |
|
|
libev-dev \ |
|
|
libev-dev \ |
|
|
libtool \ |
|
|
|
|
|
linux-headers \ |
|
|
linux-headers \ |
|
|
libsodium-dev \ |
|
|
libsodium-dev \ |
|
|
mbedtls-dev \ |
|
|
mbedtls-dev \ |
|
|