Update cloud-toolbox Dockerfile with python-heatclient
This commit is contained in:
parent
e3ec5b18cf
commit
8bc59c8f72
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ENV PKGS_TEMP="python3-devel gcc wget"
|
|||
|
||||
RUN dnf clean all && \
|
||||
dnf install -y ${PKGS_BASE} ${PKGS_TEMP} && \
|
||||
pip3 install python-openstackclient python-swiftclient && \
|
||||
pip3 install python-openstackclient python-swiftclient python-heatclient && \
|
||||
wget https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz && \
|
||||
tar -xvf openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz && \
|
||||
chmod +x openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit/* && \
|
||||
|
|
Loading…
Reference in a new issue