File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ ARG VARIANT=1.1.12-20-bullseye
22FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}
33
44RUN <<-```
5- npm install -g nx cross-env@7.0.3 mint-mcp
6- npx -y mint-mcp add docs.openops.com
5+ npm install -g nx cross-env@7.0.3
76 apt-get update && apt-get install -y --no-install-recommends \
87 git \
98 locales \
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ RUN <<-```
1111 set -ex
1212 apk add --no-cache openssh-client python3 g++ git musl libcap-dev nginx gettext wget py3-setuptools make bash findutils
1313 yarn config set python /usr/bin/python3
14- npm install -g node-gyp npm@9.3.1 cross-env@7.0.3 mint-mcp
15- npx -y mint-mcp add docs.openops.com && test -e /root/.mcp/docs.openops.com
1614```
1715
1816WORKDIR /root/.mcp/superset
You can’t perform that action at this time.
0 commit comments