Skip to content

Commit

Permalink
Add tree to testing docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 2, 2024
1 parent 212ce33 commit 27d6312
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion custom/testing/ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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 \
python3 python3-venv python3-pip unzip sudo
python3 python3-venv python3-pip unzip sudo tree
2 changes: 1 addition & 1 deletion custom/testing/ubuntu-22.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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 \
python3 python3-venv python3-pip unzip sudo
python3 python3-venv python3-pip unzip sudo tree
7 changes: 0 additions & 7 deletions custom/testing/ubuntu-22.04/Dockerfile

This file was deleted.

0 comments on commit 27d6312

Please sign in to comment.