mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 13:04:35 +08:00
Fix: Missing python3-venv
This commit is contained in:
parent
294a6baa05
commit
9f551fa108
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if [ -f /etc/alpine-release ]; then
|
|||
else
|
||||
# Install necessary libraries
|
||||
apt-get update -y -qq
|
||||
LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev"
|
||||
LIBS="git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev python3-dev python3-venv"
|
||||
apt-get install -y --no-install-recommends ${LIBS}
|
||||
|
||||
# Run compilation and installation
|
||||
|
|
Loading…
Add table
Reference in a new issue