a
This commit is contained in:
parent
d72d7507aa
commit
23b61a7442
1 changed files with 3 additions and 4 deletions
7
init.sh
7
init.sh
|
@ -18,12 +18,12 @@ apk update
|
|||
apk upgrade
|
||||
|
||||
# Install system packages
|
||||
apk add python3 ceph py2-pip py3-pip
|
||||
apk add python3 ceph py2-pip py3-pip etcd-ctl
|
||||
|
||||
# Some python package dependencies
|
||||
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
||||
|
||||
apk add py3-grpcio py3-protobuf
|
||||
apk add py3-grpcio py3-protobuf py3-tempita
|
||||
|
||||
pip3 install --upgrade pip
|
||||
pip2 install --upgrade pip
|
||||
|
@ -33,5 +33,4 @@ pip2 install prettytable
|
|||
|
||||
pip3 install pipenv
|
||||
|
||||
pipenv install
|
||||
pipenv shell
|
||||
pipenv install
|
Loading…
Reference in a new issue