Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
qiuqunfeng
waf-console
Commits
a03608ab
Commit
a03608ab
authored
Feb 06, 2025
by
liuqianli
Browse files
modify
parent
66bb1640
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
build/Dockerfile
build/Dockerfile
+3
-0
No files found.
build/Dockerfile
View file @
a03608ab
...
@@ -3,6 +3,9 @@ FROM ubuntu:22.04
...
@@ -3,6 +3,9 @@ FROM ubuntu:22.04
ARG
MIRROR_SOURCE=mirrors.aliyun.com
ARG
MIRROR_SOURCE=mirrors.aliyun.com
ADD
dist/ai-gateway /
ADD
dist/ai-gateway /
ADD
dist/waf-console /
RUN
sed
-i
"s!archive.ubuntu.com/!
${
MIRROR_SOURCE
}
/!g"
/etc/apt/sources.list
\
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
\
&&
sed
-i
"s!ports.ubuntu.com/!
${
MIRROR_SOURCE
}
/!g"
/etc/apt/sources.list
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment