Skip to content

Commit

Permalink
Add sudo to all base images
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Oct 22, 2024
1 parent dc35583 commit d193fe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/ubuntu/Containerfile_focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/ubuntu:focal
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd sudo
RUN ln -s /lib/systemd/systemd /sbin/init
2 changes: 1 addition & 1 deletion base/ubuntu/Containerfile_focal-desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/ubuntu:focal
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd sudo
RUN ln -s /lib/systemd/systemd /sbin/init
2 changes: 1 addition & 1 deletion base/ubuntu/Containerfile_jammy-desktop
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM docker.io/ubuntu:jammy
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd
RUN apt update -y && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends systemd sudo
RUN ln -s /lib/systemd/systemd /sbin/init

0 comments on commit d193fe4

Please sign in to comment.