Hi All, Can you please help on the below issue.
APISIX documentation : https://apisix.apache.org/docs/docker/build/ When I try to run "docker build -t apisix-dev-local -f /path/to/debian-dev/Dockerfile.local ." from the "Build an image from locally customized/patched source code#", I'm getting the below error. Can you please help to fix this issue to be fixed. => ERROR [linux/amd64 build 4/4] RUN set -x && apt-get -y update --fix-missing && apt-get install -y make git sudo && ls -al && make deps && m 51.3s ERR: failed to solve: process "/bin/sh -c set -x && apt-get -y update --fix-missing && apt-get install -y make git sudo && ls -al && make deps && mkdir -p ${ENV_INST_LUADIR} && cp -r deps ${ENV_INST_LUADIR} && make install" did not complete successfully: exit code: 2 Thanks, Shyamala