install npm through dockerfile

This commit is contained in:
nat 2022-06-08 19:32:20 -03:00
parent b2e84204ce
commit aa416b7ee4
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
libonig-dev \
libxml2-dev \
zip \
unzip
unzip \
npm
# Clear cache
RUN apt-get clean && rm -rf /var/lib/apt/lists/*