Skip to content
Open
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
4 changes: 2 additions & 2 deletions Dockerfile.azure-pipelines
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommend
iputils-ping \
jq \
lsb-release \
software-properties-common
software-properties-common &> /dev/null

RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

Expand All @@ -23,4 +23,4 @@ WORKDIR /azp
COPY azure-pipelines-agent/start.sh .
RUN chmod +x start.sh

ENTRYPOINT [ "./start.sh" ]
ENTRYPOINT [ "./start.sh" ]