sha256:24ee38ba1d314b89e3c89309b326aa5b35775a0a2df315803d0d2441abaa9d15
OS/ARCH
linux/amd64
Compressed size
104.03 MB
Last pushed
about 1 year by redi21
Type
Image
Manifest digest
sha256:24ee38ba1d314b89e3c89309b326aa5b35775a0a2df315803d0d2441abaa9d15
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=20.19.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.26 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update6.07 MB11RUN /bin/sh -c curl -fsSL15.55 MB12COPY package.json /usr/src/app/ # buildkit481 B13COPY package-lock.json /usr/src/app/ # buildkit11.01 KB14COPY tsconfig.json /usr/src/app/ # buildkit329 B15COPY install-mcp-server.ts /usr/src/app/ # buildkit1.41 KB16COPY install-krateo.sh /usr/src/app/ # buildkit564 B17COPY post-install-tips/ /usr/src/app/post-install-tips/ # buildkit750 B18WORKDIR /usr/src/app32 B19RUN /bin/sh -c npm install9.96 MB20RUN /bin/sh -c npm install4.6 MB21RUN /bin/sh -c npm run2.92 KB22RUN /bin/sh -c chmod +x578 B23ENTRYPOINT ["node" "install-mcp-server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'