We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d26902 commit 83b48adCopy full SHA for 83b48ad
Dockerfile
@@ -19,6 +19,13 @@ RUN apt-get update \
19
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- -y --no-modify-path \
20
&& mv /root/.local/bin/edgedb /usr/local/bin/edgedb
21
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
29
# Enable yarn via corepack
30
RUN corepack enable
31
0 commit comments