Update cloud-toolbox Dockerfile with python-heatclient

This commit is contained in:
Maciej Lebiest 2023-09-19 16:37:07 +02:00 committed by GitHub
parent e3ec5b18cf
commit 8bc59c8f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/* && \