1
0
forked from eoeair/cenv
cenv/CI/hexo/Dockerfile

5 lines
247 B
Docker
Raw Normal View History

2024-12-08 20:15:46 +08:00
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