Skip to content

Commit

Permalink
Merge pull request #69 from thomas-roos/2024-10-16_main_add_sudo
Browse files Browse the repository at this point in the history
Dockerfile: add sudo as package
  • Loading branch information
thomas-roos authored Oct 16, 2024
2 parents 187a6ef + d2e1b16 commit fbbe036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/build-image/ubuntu_22_04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gawk wget git diffstat unzip texinfo gcc build-essential chrpath \
socat cpio python3 python3-pip python3-pexpect xz-utils debianutils \
iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
python3-subunit mesa-common-dev zstd liblz4-tool file locales xterm
python3-subunit mesa-common-dev zstd liblz4-tool file locales xterm sudo

# Install packages used elsewhere in the build
RUN apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbbe036

Please sign in to comment.