Merge "Replace py-bcrypt with python3-bcrypt"
This commit is contained in:
commit
667f4b1d23
@ -44,6 +44,7 @@ RUN set -ex ;\
|
|||||||
curl \
|
curl \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
python3-bcrypt \
|
||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
jq \
|
jq \
|
||||||
alien \
|
alien \
|
||||||
@ -54,7 +55,6 @@ RUN set -ex ;\
|
|||||||
six \
|
six \
|
||||||
openssl-python \
|
openssl-python \
|
||||||
pyopenssl \
|
pyopenssl \
|
||||||
py-bcrypt \
|
|
||||||
python-openstackclient \
|
python-openstackclient \
|
||||||
python-swiftclient ;\
|
python-swiftclient ;\
|
||||||
curl -sSL https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\
|
curl -sSL https://dl.k8s.io/v${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user