11 lines
No EOL
191 B
Bash
11 lines
No EOL
191 B
Bash
# Require Alpine 3.10
|
|
|
|
sed -i 's/v3.9/v3.10/g' /etc/apk/repositories
|
|
|
|
apk update
|
|
apk upgrade
|
|
apk add python3 gcc g++
|
|
pip3 install --upgrade pip
|
|
pip3 install pipenv
|
|
pipenv install
|
|
pipenv shell |