mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-23 23:48:23 +00:00
mixer-ci: add sudo
Sudo is required to run bat tests. Signed-off-by: Rodrigo Chiossi <rodrigo.chiossi@intel.com>
This commit is contained in:
committed by
William Douglas
parent
21d96e5dd8
commit
e708bfa557
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user