Skip to content

Commit

Permalink
update debian-dev remote
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Apr 29, 2024
1 parent 4b4cccf commit d2cc5d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand All @@ -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
Expand Down

0 comments on commit d2cc5d2

Please sign in to comment.