sha256:69ef5b0b30c62c2a91e11f9753d70d5aa66326ee2c9e6fd426ea4d0c0ba8ad15
OS/ARCH
linux/amd64
Compressed size
963.98 MB
Last pushed
almost 5 years by zixia
Type
Image
Manifest digest
sha256:69ef5b0b30c62c2a91e11f9753d70d5aa66326ee2c9e6fd426ea4d0c0ba8ad15
Image Layers
1ADD file ... in / 52.39 MB2CMD ["bash"]0 B3LABEL maintainer=Huan LI (李卓桓)0 B4ENV DEBIAN_FRONTEND=noninteractive0 B5ENV WECHATY_DOCKER=10 B6ENV LC_ALL=C.UTF-80 B7ENV NODE_ENV=0 B8ENV NPM_CONFIG_LOGLEVEL=warn0 B9/bin/sh -c apt-get update 314.91 MB10/bin/sh -c curl -sL https://deb.nodesource.com/setup_16.x46.91 MB11/bin/sh -c wget -q -O39.82 MB12WORKDIR /wechaty96 B13COPY file:5405fdcc35cd9ce9118f1efd5dbb99c170cc68aa8e799cce208691a263e9eec0 in . 1.98 KB14/bin/sh -c npm install 76.28 MB15COPY dir:2c7aa9263d09235dfd56034c53cbd145cbf1b6146169464df733c3665f5e83d2 in . 1.13 MB16/bin/sh -c ./scripts/generate-package-json.sh && rm2.18 KB17/bin/sh -c npm test 2.18 MB18/bin/sh -c npm run puppet-install430.33 MB19/bin/sh -c echo '{"type": "module"}'128 B20/bin/sh -c mkdir /node_modules 16.76 KB21WORKDIR /bot92 B22ENTRYPOINT ["/wechaty/bin/entrypoint.sh"]0 B23CMD [""]0 B24LABEL org.label-schema.license=Apache-2.0 org.label-schema.build-date=$(date -u0 B25ONBUILD ARG NODE_ENV0 B26ONBUILD ENV NODE_ENV $NODE_ENV0 B27ONBUILD WORKDIR /bot0 B28ONBUILD COPY package.json .0 B29ONBUILD RUN jq 'del(.dependencies.wechaty)'0 B30ONBUILD COPY . .0 B31ONBUILD RUN npm run0 B32CMD ["npm" "start"]0 BCommand
ADD file:5259fc086e8295ddbf02e48abef38e9bf93a183079d3631aa7a59306b7f2f9df in /