Skip to content

Commit

Permalink
api: update dockerfile to install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Dec 15, 2024
1 parent da427fe commit 09a40fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV NODE_ENV="production"

# Install packages needed to build node modules
RUN apk update && \
apk add --no-cache build-base pkgconfig python3 py3-pip
apk add --no-cache build-base openssl pkgconfig python3 py3-pip
# Copy application code
COPY . .

Expand Down

0 comments on commit 09a40fd

Please sign in to comment.