Adding pip3 crytography dependency for ceph-config-helper and ceph-daemon

Change-Id: I819fc5a4da688bd068256f817f451eb5d062e464
This commit is contained in:
Yuvraj Singh (ys542d) 2022-12-02 11:48:33 -08:00
parent 7ec5fa4189
commit d3a7316566
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ RUN set -ex ;\
rgwadmin \
six \
s3cmd \
cryptography==37.0.4 \
python-openstackclient \
python-swiftclient ;\
curl -sSL https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-amd64.tar.gz | tar -zxv --strip-components=1 ;\

View File

@ -52,6 +52,7 @@ RUN set -ex ;\
pip3 --no-cache-dir install --upgrade \
six \
python-openstackclient \
cryptography==37.0.4 \
python-swiftclient ;\
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 ;\