Skip to content

Commit de0de64

Browse files
authored
build: Node alpine libssl symlink fix (#18127)
1 parent 8e772d9 commit de0de64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/api/v2/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
FROM node:18-alpine3.20 as build
1+
FROM node:18-alpine as build
22

33
ARG DATABASE_DIRECT_URL
44
ARG DATABASE_URL
55

66
WORKDIR /calcom
77

88
RUN set -eux;
9+
RUN ln -s /usr/lib/libssl.so.3 /lib/libssl.so.3
910

1011
ENV NODE_ENV="production"
1112
ENV NODE_OPTIONS="--max-old-space-size=8192"

0 commit comments

Comments
 (0)