Skip to content

Commit 968eccd

Browse files
seanshparkhseok-oh
andauthored
[infra/docker] Revise noble Dockerfile (Samsung#15687)
This will fix noble Dockerfile with sudo when -u option is given. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com> Co-authored-by: Hyeongseok Oh <hseok82.oh@samsung.com>
1 parent b9edaa7 commit 968eccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/docker/noble/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN python3 -m pip install numpy flatbuffers --break-system-packages
3535
RUN apt-get update && apt-get -qqy install sudo
3636
RUN usermod -aG sudo ubuntu
3737
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
38+
RUN echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
3839

3940
# Clean archives (to reduce image size)
4041
RUN apt-get clean -y

0 commit comments

Comments
 (0)