Skip to content

Commit

Permalink
fix build-dev ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Apr 29, 2024
1 parent 92bf068 commit 965000e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debian-dev/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN set -x \
make \
git \
sudo \
libyaml-dev \
&& ls -al \
&& make deps \
&& mkdir -p ${ENV_INST_LUADIR} \
Expand All @@ -51,7 +52,8 @@ COPY --from=build /usr/local/openresty /usr/local/openresty
COPY --from=build /usr/bin/apisix /usr/bin/apisix

COPY ${INSTALL_BROTLI} /install-brotli.sh
RUN chmod +x /install-brotli.sh \
RUN apt-get install -y libyaml-dev \
chmod +x /install-brotli.sh \
&& cd / && ./install-brotli.sh && rm -rf /install-brotli.sh

ENV PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
Expand Down

0 comments on commit 965000e

Please sign in to comment.