mirror of https://github.com/EdgeVPNio/tools.git
No deps on debpak for building Docker image
parent
3168c056af
commit
3544a79718
|
@ -9,11 +9,13 @@ fi
|
||||||
PkgVer=$3
|
PkgVer=$3
|
||||||
PkgArch=$2
|
PkgArch=$2
|
||||||
OutDir=$1
|
OutDir=$1
|
||||||
Deps="python3.8, python3.8-dev, python3.8-venv, python3-pip, python3-wheel, iproute2, openvswitch-switch, bridge-utils"
|
if [ "$4" != "nodeps" ]; then
|
||||||
if [ "$PkgArch" == "armhf" -o "$PkgArch" = "arm64" ]; then
|
Deps="python3.9, python3.9-dev, python3.9-venv, python3-pip, python3-wheel, iproute2, openvswitch-switch"
|
||||||
Deps="libffi-dev, $Deps"
|
if [ "$PkgArch" == "armhf" -o "$PkgArch" = "arm64" ]; then
|
||||||
|
Deps="libffi-dev, $Deps"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo "install dependencies: $Deps"
|
||||||
cat <<! > evio/DEBIAN/control
|
cat <<! > evio/DEBIAN/control
|
||||||
Package: evio
|
Package: evio
|
||||||
Name: EdgeVPNio
|
Name: EdgeVPNio
|
||||||
|
|
Loading…
Reference in New Issue