Skip to content

Commit 29bf464

Browse files
committed
open ssl v2
1 parent fdbd7e4 commit 29bf464

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ USER node
5656

5757
FROM node:18-alpine As production
5858

59+
RUN set -ex; \
60+
apk update; \
61+
apk add --no-cache \
62+
openssl
5963
# Copy the bundled code from the build stage to the production image
6064
COPY --chown=node:node --from=build /usr/src/app/node_modules ./node_modules
6165
COPY --chown=node:node --from=build /usr/src/app/dist ./dist

0 commit comments

Comments
 (0)