Adding pip3 crytography dependency for ceph-config-helper and ceph-daemon
Change-Id: I819fc5a4da688bd068256f817f451eb5d062e464
This commit is contained in:
@@ -40,6 +40,7 @@ RUN set -ex ;\
|
|||||||
rgwadmin \
|
rgwadmin \
|
||||||
six \
|
six \
|
||||||
s3cmd \
|
s3cmd \
|
||||||
|
cryptography==37.0.4 \
|
||||||
python-openstackclient \
|
python-openstackclient \
|
||||||
python-swiftclient ;\
|
python-swiftclient ;\
|
||||||
curl -sSL https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\
|
curl -sSL https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\
|
||||||
|
@@ -52,6 +52,7 @@ RUN set -ex ;\
|
|||||||
pip3 --no-cache-dir install --upgrade \
|
pip3 --no-cache-dir install --upgrade \
|
||||||
six \
|
six \
|
||||||
python-openstackclient \
|
python-openstackclient \
|
||||||
|
cryptography==37.0.4 \
|
||||||
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 ;\
|
||||||
mv ${TMP_DIR}/client/bin/kubectl /usr/local/bin/kubectl ;\
|
mv ${TMP_DIR}/client/bin/kubectl /usr/local/bin/kubectl ;\
|
||||||
|
Reference in New Issue
Block a user