mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 13:04:35 +08:00
Fix: Try to fix rust bindins build
This commit is contained in:
parent
7b4d54f631
commit
430b881b43
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,8 @@ setup_python_venv() {
|
|||
# 2. a python virtual environment with the msal library
|
||||
base_install() {
|
||||
setup_rust
|
||||
command -v rustc
|
||||
command -v cargo
|
||||
build_sasl2
|
||||
setup_python_venv
|
||||
rustup self uninstall -y
|
||||
|
@ -79,6 +81,7 @@ base_install() {
|
|||
if [ -f /etc/alpine-release ]; then
|
||||
# Install necessary libraries
|
||||
LIBS="git cmake clang make gcc g++ libc-dev pkgconfig curl-dev jsoncpp-dev cyrus-sasl-dev patch libffi-dev python3-dev"
|
||||
apk add --upgrade curl
|
||||
apk add --upgrade --virtual .build-deps ${LIBS}
|
||||
|
||||
# Run compilation and installation
|
||||
|
|
Loading…
Add table
Reference in a new issue