Skip to content

Commit 75b8dc7

Browse files
committed
temporary disabled
1 parent f42b65f commit 75b8dc7

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

linux/Dockerfile

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,29 @@ RUN apt-get update \
3434
&& apt-get update \
3535
&& apt-get install -y --allow-unauthenticated ansible
3636

37-
# AWS CLI
38-
RUN apt-get update && \
39-
apt-get install -y \
40-
python3 \
41-
python3-pip \
42-
python3-setuptools \
43-
groff \
44-
less \
45-
&& python3 -m pip install --upgrade pip \
46-
&& apt-get clean \
47-
&& python3 -m pip --no-cache-dir install --upgrade awscli
37+
# temporary disabled
38+
# # AWS CLI
39+
# RUN apt-get update && \
40+
# apt-get install -y \
41+
# python3 \
42+
# python3-pip \
43+
# python3-setuptools \
44+
# groff \
45+
# less \
46+
# && python3 -m pip install --upgrade pip \
47+
# && apt-get clean \
48+
# && python3 -m pip --no-cache-dir install --upgrade awscli
4849

49-
# azure-cli
50-
RUN apt-get update && \
51-
apt-get -f -y install curl apt-transport-https lsb-release gnupg python3-pip && \
52-
curl -sL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
53-
CLI_REPO=$(lsb_release -cs) && \
54-
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ ${CLI_REPO} main" \
55-
> /etc/apt/sources.list.d/azure-cli.list \
56-
&& apt-get update \
57-
&& apt-get install -y azure-cli \
58-
&& rm -rf /var/lib/apt/lists/*
50+
# # azure-cli
51+
# RUN apt-get update && \
52+
# apt-get -f -y install curl apt-transport-https lsb-release gnupg python3-pip && \
53+
# curl -sL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
54+
# CLI_REPO=$(lsb_release -cs) && \
55+
# echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ ${CLI_REPO} main" \
56+
# > /etc/apt/sources.list.d/azure-cli.list \
57+
# && apt-get update \
58+
# && apt-get install -y azure-cli \
59+
# && rm -rf /var/lib/apt/lists/*
5960

6061
# dotnet
6162
ENV NUGET_XMLDOC_MODE=skip \

0 commit comments

Comments
 (0)