This commit is contained in:
ahmadbilalkhalid 2019-08-28 12:13:05 +05:00
commit 959b530248
4 changed files with 54 additions and 9 deletions

12
init.sh
View file

@ -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