Skip to content

Commit

Permalink
fix: apk add
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgarrye committed Dec 11, 2024
1 parent 45582a3 commit 256f685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/docker/Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM --platform=linux/amd64 node:16.3.0
# The source stage will contain only the necessary source code
FROM node:18.20-alpine AS source

RUN apk add --no-cache openssl

# WORKDIR doesn't need to be fancy, but it needs to be consistent
WORKDIR /app

Expand Down

0 comments on commit 256f685

Please sign in to comment.