mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
Fix: pip is no longer part of python3 package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
3bf70db64d
commit
85bea5a964
1 changed files with 5 additions and 1 deletions
6
build.sh
6
build.sh
|
@ -5,7 +5,11 @@ set -euxo pipefail
|
||||||
apk --no-cache add curl
|
apk --no-cache add curl
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
apk --no-cache add python3 bind-tools bind
|
apk --no-cache add \
|
||||||
|
bind \
|
||||||
|
bind-tools \
|
||||||
|
py3-pip \
|
||||||
|
python3
|
||||||
|
|
||||||
# Get latest versions of tools using latestver
|
# Get latest versions of tools using latestver
|
||||||
DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/latest.txt?p=version')
|
DUMB_INIT_VERSION=$(curl -sSfL 'https://lv.luzifer.io/catalog-api/dumb-init/latest.txt?p=version')
|
||||||
|
|
Loading…
Reference in a new issue