Skip to content

Commit d2e1b16

Browse files
committed
Dockerfile: add sudo as package
1 parent 187a6ef commit d2e1b16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/build-image/ubuntu_22_04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
88
gawk wget git diffstat unzip texinfo gcc build-essential chrpath \
99
socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
1010
iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
11-
python3-subunit mesa-common-dev zstd liblz4-tool file locales xterm
11+
python3-subunit mesa-common-dev zstd liblz4-tool file locales xterm sudo
1212

1313
# Install packages used elsewhere in the build
1414
RUN apt-get install -y --no-install-recommends \

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)