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