diff --git a/Dockerfile b/Dockerfile index e26fbfd..45858ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,9 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/so RUN apt-get install -y nodejs npm -RUN npm install -g yarn - +#RUN npm install -g yarn +## Opcion via repos +RUN apt-get install -y yarn WORKDIR / RUN yarn global add gancio