Skip to content

Commit

Permalink
Update Dockerfile.verification
Browse files Browse the repository at this point in the history
Signed-off-by: Chimi1999 <[email protected]>
  • Loading branch information
Chimi1999 authored Dec 12, 2024
1 parent 7050ad0 commit 9dae694
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfiles/Dockerfile.verification
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ RUN npm run build verification

# Stage 2: Create the final image
FROM node:18-alpine
RUN npm install -g pnpm
RUN npm install -g pnpm -ignore-scripts \
&& apk update \
&& apk add openssl

# Set the working directory
WORKDIR /app

Expand Down

0 comments on commit 9dae694

Please sign in to comment.