a
This commit is contained in:
parent
0a521eac33
commit
959b530248
4 changed files with 54 additions and 9 deletions
12
init.sh
12
init.sh
|
|
@ -1,10 +1,18 @@
|
|||
# Require Alpine 3.10
|
||||
# Enable Alpine Edge Repos
|
||||
cat > /etc/apk/repositories << END \
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
||||
END
|
||||
|
||||
sed -i 's/v3.9/v3.10/g' /etc/apk/repositories
|
||||
|
||||
# Update Package List and Upgrade System
|
||||
apk update
|
||||
apk upgrade
|
||||
|
||||
# Install system packages
|
||||
apk add python3 gcc g++ python3-dev
|
||||
|
||||
pip3 install --upgrade pip
|
||||
pip3 install pipenv
|
||||
pipenv install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue