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
"docs/ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "075e56ba3f64bc4f3efbbb4c90574e7badadd5f7"
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
...
@@ -58,8 +58,12 @@ else
# centos based distro
# centos based distro
yum
install
-y
libtool wget
yum
install
-y
libtool wget
elif
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
elif
[
"
${
MB_PYTHON_VERSION
:0:4
}
"
==
"pypy"
]
;
then
# centos based distro
if
[
-n
"
$IS_ALPINE
"
]
;
then
yum
install
-y
wget
apk add wget
else
# centos based distro
yum
install
-y
wget
fi
fi
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