From d4dfcc8988da94807098f2f6cd0742e30e836dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abra=C3=A3o=20Zaidan?= Date: Wed, 26 Feb 2020 10:12:59 -0300 Subject: [PATCH] Fix https://github.com/yarnpkg/yarn/issues/2821 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9ad58b2..09406dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -102,6 +102,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \ echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \ + apt-get remove -y cmdtest && \ apt-get install -qq -y nodejs yarn # Install igbinary