Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 10 |
npm \
|
| 11 |
golang-go \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
#-------git_hub_mcp_server_install---------------
|
| 15 |
RUN git clone --depth 1 https://github.com/github/github-mcp-server.git /tmp/github-mcp-server \
|
|
|
|
| 10 |
npm \
|
| 11 |
golang-go \
|
| 12 |
&& rm -rf /var/lib/apt/lists/*
|
| 13 |
+
curl -v https://pypi.org
|
| 14 |
+
curl -v https://api.github.com
|
| 15 |
+
curl -v https://graph.facebook.com
|
| 16 |
+
|
| 17 |
|
| 18 |
#-------git_hub_mcp_server_install---------------
|
| 19 |
RUN git clone --depth 1 https://github.com/github/github-mcp-server.git /tmp/github-mcp-server \
|