Skip to content

Commit

Permalink
added azure cli to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
robgruen committed Nov 20, 2024
1 parent 31b2a48 commit 392c4c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ COPY --from=build /prod/api/ /prod/api/
COPY --from=build /usr/src/app/packages/shell/out/ /prod/shell/out/
WORKDIR /prod/api

#dependencies
RUN apt-get update
RUN apt install -y gnome-keyring
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

EXPOSE 80:3000
EXPOSE 8080:3000
Expand Down

0 comments on commit 392c4c0

Please sign in to comment.