1
0
forked from eoeair/cenv
cenv/CI/hexo/Dockerfile
2024-12-10 01:39:13 +08:00

5 lines
247 B
Docker

FROM eoelab.org:1027/ben0i0d/cenv:js
RUN apt-get update --yes && apt-get install --yes --no-install-recommends git && apt-get clean && rm -rf /var/lib/apt/lists/* && \
npm install hexo-cli hexo-deployer-git -g && \
npm cache clean --force