Skip to content
Snippets Groups Projects
Commit 4e3e1acc authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Install newer version of nodejs in docker image

parent 777ed6ad
No related branches found
No related tags found
1 merge request!293Install yarn in GDK docker image
Pipeline #
Loading
Loading
@@ -18,8 +18,12 @@ RUN apt-get install -y libssl-dev
 
# rest of gitlab requirements
RUN apt-get install -y git postgresql postgresql-contrib libpq-dev redis-server \
libicu-dev cmake g++ nodejs libkrb5-dev golang ed pkg-config libsqlite3-dev \
libreadline-dev npm sudo nodejs-legacy
libicu-dev cmake g++ libkrb5-dev golang ed pkg-config libsqlite3-dev \
libreadline-dev sudo
# install nodejs
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -y nodejs
 
# GDK tools
RUN apt-get install -y net-tools psmisc apt-transport-https
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment