mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-27 05:57:56 +03:00
Node.js 12.x LTS
This commit is contained in:
parent
d2e2346d56
commit
1a95c8549c
@ -197,7 +197,11 @@ RUN cd /tmp && \
|
|||||||
php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \
|
php composer-setup.php --install-dir=/usr/local/bin --filename=composer && \
|
||||||
rm /tmp/composer-setup.php
|
rm /tmp/composer-setup.php
|
||||||
|
|
||||||
|
##################################################################
|
||||||
|
# Node.js 12.x
|
||||||
|
##################################################################
|
||||||
|
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||||
|
apt-get install -y nodejs
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# cleaninig up
|
# cleaninig up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user