This is an automated email from the ASF dual-hosted git repository.
alinsran pushed a commit to branch release/apisix-3.8.1
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/release/apisix-3.8.1 by this
push:
new d2cc5d2 update debian-dev remote
d2cc5d2 is described below
commit d2cc5d2866d4f73aefe1ec83b75c3ce137e1151b
Author: AlinsRan <[email protected]>
AuthorDate: Mon Apr 29 05:41:38 2024 +0000
update debian-dev remote
---
debian-dev/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian-dev/Dockerfile b/debian-dev/Dockerfile
index a5c810c..f791079 100644
--- a/debian-dev/Dockerfile
+++ b/debian-dev/Dockerfile
@@ -34,6 +34,7 @@ RUN set -x \
sudo \
unzip \
wget \
+ libyaml-dev \
&& curl
https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh
-sL | bash - \
&& luarocks install
https://raw.githubusercontent.com/apache/apisix/master/apisix-master-0.rockspec
--tree=/usr/local/apisix/deps PCRE_DIR=/usr/local/openresty/pcre \
&& cp -v
/usr/local/apisix/deps/lib/luarocks/rocks-5.1/apisix/master-0/bin/apisix
/usr/bin/ \
@@ -51,6 +52,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update --fix-missing \
&& apt-get install -y \
libldap2-dev \
+ libyaml-dev \
&& apt-get remove --purge --auto-remove -y
WORKDIR /usr/local/apisix