Commit a03608ab authored by liuqianli's avatar liuqianli
Browse files

modify

parent 66bb1640
......@@ -3,6 +3,9 @@ FROM ubuntu:22.04
ARG MIRROR_SOURCE=mirrors.aliyun.com
ADD dist/ai-gateway /
ADD dist/waf-console /
RUN sed -i "s!archive.ubuntu.com/!${MIRROR_SOURCE}/!g" /etc/apt/sources.list \
&& sed -i "s!ports.ubuntu.com/!${MIRROR_SOURCE}/!g" /etc/apt/sources.list \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment