Skip to content

Commit

Permalink
tsp - Update Docker file to install tsp-client and git (Azure#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dolauli authored Jan 22, 2025
1 parent 8d96d68 commit caa1fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ FROM mcr.microsoft.com/powershell:lts-7.2-ubuntu-22.04
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get install -y dotnet-sdk-8.0 \
&& apt-get install -y git \
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash \
&& . /root/.bashrc \
&& nvm install 18.20.4 \
&& npm install -g autorest \
&& npm install -g @azure-tools/[email protected] \
&& apt-get -o Acquire::Check-Valid-Until=false install -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit caa1fec

Please sign in to comment.