Skip to content

Commit debb216

Browse files
committed
chore: clean unused code
1 parent 27c293a commit debb216

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dockerfiles/Dockerfile.apisix-base.apk

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,26 @@ LABEL resty_eval_pre_configure="${RESTY_EVAL_PRE_CONFIGURE}"
2929

3030
ENV PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
3131

32-
RUN apk add --no-cache --virtual .build-deps \
32+
RUN apk add --no-cache \
3333
build-base \
3434
coreutils \
3535
curl \
36+
gd \
3637
gd-dev \
38+
geoip \
3739
geoip-dev \
40+
libxslt \
3841
libxslt-dev \
3942
linux-headers \
4043
make \
4144
perl-dev \
4245
readline-dev \
46+
zlib \
4347
zlib-dev \
4448
unzip \
4549
git \
4650
sudo \
4751
bash \
48-
&& apk add --no-cache \
49-
gd \
50-
geoip \
51-
libxslt \
52-
zlib \
5352
libstdc++
5453

5554
# install latest Rust to build wasmtime

0 commit comments

Comments
 (0)