Skip to content

Commit 19546f7

Browse files
committed
Remove comments
Signed-off-by: Michael Yuan <[email protected]>
1 parent fc60c72 commit 19546f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ RUN apt-get update && apt-get install -y curl build-essential && \
99
# Add cargo to PATH
1010
ENV PATH="/root/.cargo/bin:${PATH}"
1111

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-
2212
# Install openmcp proxy via the installer
2313
RUN curl -sSfL 'https://raw.githubusercontent.com/decentralized-mcp/proxy/refs/heads/master/install.sh' | bash
2414

0 commit comments

Comments
 (0)