Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Fix alpine build
Browse files Browse the repository at this point in the history
Signed-off-by: Taiki Ono <[email protected]>
  • Loading branch information
Taiki Ono committed Jun 24, 2019
1 parent 8ca8181 commit a2165de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/build_container/build_container_alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glib
apk add --no-cache glibc-2.29-r0.apk
rm -rf glibc-2.29-r0.apk

apk add --no-cache libstdc++ alpine-sdk linux-headers coreutils libgcc gcc g++ lld libexecinfo-dev py2-pip cmake ninja autoconf libtool
apk add --no-cache libstdc++ alpine-sdk linux-headers coreutils libgcc gcc g++ lld libexecinfo-dev libexecinfo-static py2-pip cmake ninja autoconf libtool

./build_container_common.sh

0 comments on commit a2165de

Please sign in to comment.