mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
Node.js 12.x LTS
This commit is contained in:
parent
d2e2346d56
commit
1a95c8549c
@ -193,11 +193,15 @@ RUN apt-get update && \
|
|||||||
# Installing Composer addon
|
# Installing Composer addon
|
||||||
##################################################################
|
##################################################################
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && \
|
||||||
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