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

Install yarn in GDK docker image

parent f241da3e
No related branches found
No related tags found
1 merge request!293Install yarn in GDK docker image
Pipeline #
Loading
Loading
@@ -21,6 +21,11 @@ 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
 
# install yarn
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
RUN apt-get update && sudo apt-get install yarn
# GDK tools
RUN apt-get install -y net-tools psmisc
 
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