Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzkauppila committed Dec 11, 2024
1 parent 0bcb2f6 commit 5f8489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20-alpine as build-stage
WORKDIR /usr/src/app

# Setup
RUN apk update && apk add openssh
RUN apk update && apk add openssh && apk add openssl
RUN npm install -g pnpm

# Install node_modules
Expand Down

0 comments on commit 5f8489c

Please sign in to comment.