We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8119c commit fda3379Copy full SHA for fda3379
packages/mcp-server/Dockerfile
@@ -2,7 +2,7 @@
2
FROM node:20-alpine AS builder
3
4
# Install bash for build script
5
-RUN apk add --no-cache bash
+RUN apk add --no-cache bash openssl
6
7
# Set working directory
8
WORKDIR /build
0 commit comments