Skip to content

Commit fda3379

Browse files
authored
Add OpenSSL installation to Dockerfile
1 parent db8119c commit fda3379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:20-alpine AS builder
33

44
# Install bash for build script
5-
RUN apk add --no-cache bash
5+
RUN apk add --no-cache bash openssl
66

77
# Set working directory
88
WORKDIR /build

0 commit comments

Comments
 (0)