From ed731f3aefbd847703798e8480172f19e93d2b58 Mon Sep 17 00:00:00 2001 From: Jiawen Geng <3759816+gengjiawen@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:30:29 +0800 Subject: [PATCH] feat: add sudo and ninja-build (#123) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4089de0..fc7ee27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,6 +44,8 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \ ruby-dev \ tzdata \ unzip \ + sudo \ + ninja-build \ zip \ && gem install bundler \ && rm -rf /var/lib/apt/lists/*;