Skip to content

Commit

Permalink
another dockerfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 1, 2024
1 parent 41d173e commit d3fcef4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ FROM node:$DOCKER_NODE_VERSION AS build

WORKDIR /app

# https://github.com/prisma/prisma/issues/16553
RUN apk add openssl1.1-compat

# Install pnpm globally
RUN npm install -g pnpm

Expand Down

0 comments on commit d3fcef4

Please sign in to comment.