Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y patch wget pyth

# Install IM
RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip python3-packaging python3-typing-extensions python3-jaraco.functools git && \
pip3 install --break-system-packages msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute "azure-mgmt-network<=31.0.0" azure-mgmt-resource azure-mgmt-dns azure-identity && \
pip3 install --break-system-packages msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute "azure-mgmt-network<31.0.0" azure-mgmt-resource azure-mgmt-dns azure-identity && \
pip3 install --break-system-packages pyOpenSSL pymongo ansible==12.3.0&& \
pip3 install --no-cache-dir --break-system-packages git+https://github.com/micafer/tosca-parser@im && \
pip3 install --break-system-packages git+https://github.com/grycap/im@$BRANCH && \
Expand Down
2 changes: 1 addition & 1 deletion docker-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y patch wget pyth

# Install IM
RUN apt-get update && apt-get install --no-install-recommends -y python3-setuptools python3-pip python3-packaging python3-typing-extensions python3-jaraco.functools git && \
pip3 install --no-cache-dir --break-system-packages msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute "azure-mgmt-network<=31.0.0" azure-mgmt-resource azure-mgmt-dns azure-identity && \
pip3 install --no-cache-dir --break-system-packages msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute "azure-mgmt-network<31.0.0" azure-mgmt-resource azure-mgmt-dns azure-identity && \
pip3 install --no-cache-dir --break-system-packages pyOpenSSL pymongo ansible==12.3.0 && \
pip3 install --no-cache-dir --break-system-packages git+https://github.com/micafer/tosca-parser@im && \
pip3 install --no-cache-dir --break-system-packages IM==${VERSION} && \
Expand Down
Loading