Skip to content

Commit da14f0d

Browse files
authored
Merge pull request #90 from openobserve/ci/update_build_121225_2
Updated dockerfile
2 parents adfb85b + 828edf6 commit da14f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN npm run build
1717

1818
# Creating final production image
1919
FROM node:22-alpine
20-
RUN apk add --no-cache --no-scripts vips
20+
RUN apk add --no-cache --no-scripts vips-dev && ldconfig /usr/lib
2121
ARG NODE_ENV=production
2222
ENV NODE_ENV=${NODE_ENV}
2323
WORKDIR /opt/

0 commit comments

Comments
 (0)