Fix dockerfile

This commit is contained in:
Laura Hausmann 2023-07-27 15:04:56 +02:00
parent 59d9319af1
commit 177d93e266
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -27,7 +27,7 @@ COPY packages/backend/native-utils/npm/linux-x64-musl/package.json packages/back
COPY packages/backend/native-utils/npm/linux-arm64-musl/package.json packages/backend/native-utils/npm/linux-arm64-musl/package.json
# Configure corepack and yarn, and install dev mode dependencies for compilation
RUN corepack enable && corepack prepare yarn@latest --activate && yarn
RUN corepack enable && corepack prepare yarn@stable --activate && yarn
# Copy in the rest of the native-utils rust files
COPY packages/backend/native-utils packages/backend/native-utils/