Skip to content

Commit

Permalink
Add tree back to systemd container
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 8, 2024
1 parent 7984cad commit 3d1b635
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom/testing/ubuntu-22.04-systemd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc
#
# apt-utils was required by golden states, this may/should be fixed in those
# states.
#
# tree is used by workflows for debugging
RUN apt update -y \
&& echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
&& echo 'tzdata tzdata/Zones/America select Phoenix' | debconf-set-selections \
&& DEBIAN_FRONTEND="noninteractive" apt install -y \
tar wget xz-utils apt-utils init systemd
tree tar wget xz-utils apt-utils init systemd

# Set the root password, this was done before single user mode worked.
# RUN echo "root\nroot" | passwd -q root
Expand Down

0 comments on commit 3d1b635

Please sign in to comment.