From 9b0f05e39d2f9e13399703390f84f99605003d27 Mon Sep 17 00:00:00 2001 From: Carlos Gomes Date: Thu, 7 Oct 2021 11:47:01 +0200 Subject: [PATCH] Remove Sudo command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d4e647..874a4dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ default-mysql-client \ && 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 \ - && curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - \ + && curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \ && apt-get install --no-install-recommends --no-install-suggests -y \ nodejs \ yarn \