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 fc60c72 commit 19546f7Copy full SHA for 19546f7
Dockerfile
@@ -9,16 +9,6 @@ RUN apt-get update && apt-get install -y curl build-essential && \
9
# Add cargo to PATH
10
ENV PATH="/root/.cargo/bin:${PATH}"
11
12
-# Directly download and install OpenMCP from source to avoid binary compatibility issues
13
-# RUN apt-get install -y git && \
14
-# git clone https://github.com/decentralized-mcp/proxy.git && \
15
-# cd proxy && \
16
-# cargo build --release && \
17
-# cp target/release/openmcp /usr/local/bin/ && \
18
-# chmod +x /usr/local/bin/openmcp && \
19
-# cd .. && \
20
-# rm -rf proxy
21
-
22
# Install openmcp proxy via the installer
23
RUN curl -sSfL 'https://raw.githubusercontent.com/decentralized-mcp/proxy/refs/heads/master/install.sh' | bash
24
0 commit comments