Skip to content

Commit

Permalink
Simplify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Jan 5, 2024
1 parent 8367162 commit 48a8e0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
FROM mcr.microsoft.com/dotnet/sdk:8.0 as base
RUN \
apt-get update \
&& apt-get install -y curl jq zip \
&& apt-get install -y curl jq zip azure-cli \
&& apt-get remove cmdtest yarn \
&& curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -yq nodejs build-essential \
&& curl -sL https://aka.ms/InstallAzureCLIDeb | bash \
&& npm install -g yarn

FROM base as src
Expand Down

0 comments on commit 48a8e0e

Please sign in to comment.