Skip to content

Commit b0a2a10

Browse files
committed
Enable corepack in docker runtime derp
1 parent 811bf1c commit b0a2a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.edgedb.com | sh -s -- -y --n
2020
&& mv /root/.local/bin/edgedb /usr/local/bin/edgedb
2121

2222
# Enable yarn via corepack
23-
corepack enable
23+
RUN corepack enable
2424

2525
FROM ${EDGEDB_IMAGE} as builder
2626

0 commit comments

Comments
 (0)