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 2d1e53c commit ab70795
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
@@ -1,6 +1,9 @@
# Stage 1: Build the application
FROM node:18-alpine as build
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 ab70795

Please sign in to comment.