We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c293a commit debb216Copy full SHA for debb216
dockerfiles/Dockerfile.apisix-base.apk
@@ -29,27 +29,26 @@ LABEL resty_eval_pre_configure="${RESTY_EVAL_PRE_CONFIGURE}"
29
30
ENV PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
31
32
-RUN apk add --no-cache --virtual .build-deps \
+RUN apk add --no-cache \
33
build-base \
34
coreutils \
35
curl \
36
+ gd \
37
gd-dev \
38
+ geoip \
39
geoip-dev \
40
+ libxslt \
41
libxslt-dev \
42
linux-headers \
43
make \
44
perl-dev \
45
readline-dev \
46
+ zlib \
47
zlib-dev \
48
unzip \
49
git \
50
sudo \
51
bash \
- && apk add --no-cache \
- gd \
- geoip \
- libxslt \
52
- zlib \
53
libstdc++
54
55
# install latest Rust to build wasmtime
0 commit comments