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 811bf1c commit b0a2a10Copy full SHA for b0a2a10
Dockerfile
@@ -20,7 +20,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- -y --n
20
&& mv /root/.local/bin/edgedb /usr/local/bin/edgedb
21
22
# Enable yarn via corepack
23
-corepack enable
+RUN corepack enable
24
25
FROM ${EDGEDB_IMAGE} as builder
26
0 commit comments