Merge "Add s3cmd to the ceph-config-helper dockerfile"

This commit is contained in:
Zuul 2019-01-08 06:21:17 +00:00 committed by Gerrit Code Review
commit 86bafe3cc8
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ ARG CEPH_RELEASE=luminous
crush \
rgwadmin \
six \
s3cmd \
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

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