forked from eoeair/cenv
3 lines
172 B
Docker
3 lines
172 B
Docker
|
FROM eoelab.org:1027/ben0i0d/cenv:base
|
||
|
|
||
|
RUN apt-get update --yes && apt-get install --yes --no-install-recommends nodejs npm && apt-get clean && rm -rf /var/lib/apt/lists/*
|