Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
13173a11
"vscode:/vscode.git/clone" did not exist on "43926c46ddf720468bf60a4f10dce60c36f1ad53"
Commit
13173a11
authored
Mar 17, 2022
by
Andrew Murray
Browse files
Fixed installing wget on Alpine
parent
666d48ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
configure_build.sh
configure_build.sh
+6
-2
No files found.
configure_build.sh
View file @
13173a11
...
...
@@ -58,8 +58,12 @@ else
# centos based distro
yum
install
-y
libtool wget
elif
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
# centos based distro
yum
install
-y
wget
if
[
-n
"
$IS_ALPINE
"
]
;
then
apk add wget
else
# centos based distro
yum
install
-y
wget
fi
fi
fi
...
...
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