diff --git a/Dockerfile b/Dockerfile index 542e2311d8f96992de0a1142b6e03905254cf370..aa668250656e83bbf54df2a3198f6a4e7ab38961 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 && \