From e53275d1672c0a41a642d9d3985afb41d9f3f063 Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Mon, 28 Aug 2017 15:48:24 +0200 Subject: [PATCH] sudo --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 02d3a5a1..4924d1dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,7 @@ RUN dpkg --add-architecture i386 && \ strace \ unzip \ wget \ + sudo \ zip && \ curl -sL https://deb.nodesource.com/setup_4.x | bash - && \ apt-get install -y nodejs && \