Skip to content

Commit

Permalink
common: further fixes for Ubuntu 24.04 images
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Dec 17, 2024
1 parent dc12fb0 commit 00a18b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/common/ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ RUN apt-get update \
pipewire-bin \
&& locale-gen en_GB.UTF-8 \
&& yes | unminimize \
&& mkdir -p /etc/sudoers.d \
&& echo "ALL ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nopasswd-sudo \
&& userdel --force --remove ubuntu || true \
&& (userdel --force --remove ubuntu || true) \
&& echo '[[ ! "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] && export PATH="$HOME/.local/bin:$HOME/bin:$PATH"' > /etc/profile.d/90-path-local-bin.sh \
&& apt-get install --yes \
cloc \
Expand Down

0 comments on commit 00a18b2

Please sign in to comment.