Dockerfile: Descargar última versión de node
This commit is contained in:
parent
e508e71b81
commit
687768d860
1 changed files with 5 additions and 2 deletions
|
@ -12,8 +12,11 @@ RUN apt-get update && apt-get install -y \
|
||||||
libonig-dev \
|
libonig-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
zip \
|
zip \
|
||||||
unzip \
|
unzip
|
||||||
npm
|
|
||||||
|
# Install node
|
||||||
|
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
# Clear cache
|
# Clear cache
|
||||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue