File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,13 +283,23 @@ CMD make -j ${JOBS} \
283283FROM baseline AS cloud
284284
285285RUN dnf install -y \
286+ python3-aiofiles \
287+ python3-aiohttp \
288+ python3-APScheduler \
286289 python3-boto3 \
290+ python3-certifi \
291+ python3-cryptography \
287292 python3-google-cloud-storage \
288293 python3-pip \
289294 python3-typing-extensions \
290295 && dnf clean all -y
291296
292297RUN pip install --prefix /usr/local --root-user-action ignore \
298+ alibabacloud-ecs20140526 \
299+ alibabacloud-fc20230330 \
300+ alibabacloud-oss-v2 \
301+ alibabacloud-ram20150501 \
302+ alibabacloud-sts20150401 \
293303 google-cloud-compute \
294304 && pip cache purge
295305
@@ -300,7 +310,8 @@ ADD https://github.com/ipxe/ipxe.git /ipxe
300310WORKDIR /ipxe/src
301311
302312CMD ../contrib/cloud/aws-import --help && \
303- ../contrib/cloud/gce-import --help
313+ ../contrib/cloud/gce-import --help && \
314+ ../contrib/cloud/ali-import --help
304315
305316#
306317# Specify the default target
You can’t perform that action at this time.
0 commit comments