From e708bfa5573511d91cfe94bad22690ab01bf8db9 Mon Sep 17 00:00:00 2001 From: Rodrigo Chiossi Date: Wed, 30 Oct 2019 16:33:12 +0000 Subject: [PATCH] mixer-ci: add sudo Sudo is required to run bat tests. Signed-off-by: Rodrigo Chiossi --- mixer-ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer-ci/Dockerfile b/mixer-ci/Dockerfile index 3c1d736..bff64ed 100644 --- a/mixer-ci/Dockerfile +++ b/mixer-ci/Dockerfile @@ -7,7 +7,7 @@ ENV PATH="/home/clr/go/bin:${PATH}" # Update and add bundles RUN swupd update && \ - swupd bundle-add mixer go-basic c-basic os-core-update-dev && \ + swupd bundle-add mixer go-basic c-basic os-core-update-dev sudo && \ useradd -G wheelnopw clr && \ mkdir -p /run/lock USER clr