Skip to content

Commit

Permalink
Add strace while we're at it for the 2.309.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterian committed Sep 14, 2023
1 parent 6bd846f commit 7405e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
curl -sL "https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/packages-microsoft-prod.deb" -o /tmp/packages-microsoft-prod.deb && \
dpkg -i /tmp/packages-microsoft-prod.deb && \
rm /tmp/packages-microsoft-prod.deb && \
apt-get update && apt-get -y --no-install-recommends install azure-cli powershell && \
apt-get update && apt-get -y --no-install-recommends install azure-cli powershell strace && \
apt-get -y clean && \
rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 7405e75

Please sign in to comment.