We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb271c2 + 3acabb1 commit 482875dCopy full SHA for 482875d
images/installer/Dockerfile.upi.ci
@@ -63,7 +63,8 @@ RUN yum update -y && \
63
python3-pyyaml \
64
bind-utils \
65
util-linux \
66
- xz && \
+ xz \
67
+ qemu-img && \
68
yum clean all && \
69
rm -rf /var/cache/yum/* && \
70
chmod g+w /etc/passwd
@@ -78,6 +79,9 @@ RUN pip-3 install cryptography pyOpenSSL==23.2.0
78
79
ENV CLOUDSDK_PYTHON=/usr/bin/python
80
ENV CLOUDSDK_PYTHON_SITEPACKAGES=1
81
82
+# aicli
83
+RUN pip-3 install aicli==99.0.202407291433
84
+
85
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
86
unzip awscliv2.zip && \
87
./aws/install -b /bin && \
0 commit comments