From 513d63a3706ad7d538713ed73570e1ff106e045d Mon Sep 17 00:00:00 2001
From: alex kuklin <alex@kuklin.eu>
Date: Fri, 15 Feb 2019 15:15:32 +0200
Subject: [PATCH] yarnpkg - yarn symlink

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 542e231..aa66825 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ COPY . /srv/src/code.vereign.com/code/vcl/
 
 RUN  \
     cd /srv/src/code.vereign.com/code/vcl && \
+    ln -s /usr/bin/yarnpkg /usr/bin/yarn && \
     git config --global credential.https://code.vereign.com.username gitlab-ci-token && \
     git config --global credential.helper "store --file /tmp/store" && \
     echo https://gitlab-ci-token:$CI_JOB_TOKEN@code.vereign.com > /tmp/store && cat /tmp/store && \
-- 
GitLab