fix: missing package
This commit is contained in:
parent
bc77e8aab5
commit
58cc1ef8f7
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ ENV PATH="$PNPM_HOME:$PATH"
|
|||
|
||||
RUN corepack enable
|
||||
RUN apt-get update && apt-get install -y openssl
|
||||
RUN pnpm i -g prisma
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue