Skip to content

Commit

Permalink
Add hive & rover CLIs to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 23, 2024
1 parent 7d26902 commit 83b48ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ RUN apt-get update \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- -y --no-modify-path \
&& mv /root/.local/bin/edgedb /usr/local/bin/edgedb


# Apollo Rover CLI
RUN curl -sSL https://rover.apollo.dev/nix/latest | sh

# GraphQL Hive CLI
RUN curl -sSL https://graphql-hive.com/install.sh | sh

# Enable yarn via corepack
RUN corepack enable

Expand Down

0 comments on commit 83b48ad

Please sign in to comment.