Skip to content

Commit 8a180f2

Browse files
committed
add build-base in alpine
1 parent d46c95a commit 8a180f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/Dockerfile.apisix-base.apk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN apk add --no-cache --virtual .build-deps \
4545
bash \
4646
git \
4747
sudo \
48-
curl
48+
curl \
49+
build-base
4950

5051
RUN cd /tmp \
5152
&& if [ -n "${RESTY_EVAL_PRE_CONFIGURE}" ]; then eval $(echo ${RESTY_EVAL_PRE_CONFIGURE}); fi \

0 commit comments

Comments
 (0)