From 662efda6b1e02cf4651feab2e1ce71d0151ed3ab Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 5 Feb 2023 12:18:20 -0600 Subject: [PATCH] Install Yarn properly --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e34195b..ed26bac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ apt-get install nodejs # Install Yarn -RUN npm install yarn +RUN npm install --global yarn # Install Rebar and Hex RUN mix local.rebar --force && mix local.hex --force