joggerjoel commented on issue #12580:
URL: https://github.com/apache/apisix/issues/12580#issuecomment-3247335076

   > Hi [@joggerjoel](https://github.com/joggerjoel), can you provide the 
Dockerfile you used to build APISIX?
   
   FROM apache/apisix:3.13.0-debian
   
   # Switch to root for package installation
   USER root
   
   # Install basic system dependencies
   RUN apt-get update && \
       apt-get install -y \
           zstd \
           curl \
           procps \
           vim \
           iputils-ping \
           net-tools \
           iproute2 \
           && \
       apt-get clean && \
       rm -rf /var/lib/apt/lists/*
   
   # Verify basic installations
   RUN zstd --version
   
   # Switch back to the original user
   USER apisix
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to