1
0
forked from eoeair/cenv
cenv/Program/js/Dockerfile

4 lines
236 B
Docker
Raw Normal View History

FROM eoelab.org:1027/ben0i0d/cenv:base
2024-12-08 20:15:46 +08:00
RUN apt-get update --yes && apt-get install --yes --no-install-recommends nodejs npm && apt-get clean && rm -rf /var/lib/apt/lists/* && \
npm config set registry https://registry.npmmirror.com