forked from eoeair/cenv
5 lines
247 B
Docker
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 |