Skip to content

Commit 83b48ad

Browse files
committed
Add hive & rover CLIs to docker image
1 parent 7d26902 commit 83b48ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ RUN apt-get update \
1919
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- -y --no-modify-path \
2020
&& mv /root/.local/bin/edgedb /usr/local/bin/edgedb
2121

22+
23+
# Apollo Rover CLI
24+
RUN curl -sSL https://rover.apollo.dev/nix/latest | sh
25+
26+
# GraphQL Hive CLI
27+
RUN curl -sSL https://graphql-hive.com/install.sh | sh
28+
2229
# Enable yarn via corepack
2330
RUN corepack enable
2431

0 commit comments

Comments
 (0)