Skip to content

Commit

Permalink
Move the install of tye
Browse files Browse the repository at this point in the history
  • Loading branch information
DarqueWarrior authored Sep 23, 2021
1 parent 783a7fa commit 050ad42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ USER root
# Install .net 6
RUN wget -q https://dot.net/v1/dotnet-install.sh -O - | /bin/bash -s - -Channel 6.0.1xx -Quality preview --install-dir $DOTNET_ROOT

# Install Tye
RUN dotnet tool install -g Microsoft.Tye --version "0.10.0-alpha.21420.1"

# Install Dapr CLI
RUN wget -q https://raw.githubusercontent.com/dapr/cli/master/install/install.sh -O - | /bin/bash

USER codespace
USER codespace

# Install Tye
RUN dotnet tool install -g Microsoft.Tye --version "0.10.0-alpha.21420.1"

0 comments on commit 050ad42

Please sign in to comment.