Skip to content

Commit

Permalink
Merge pull request #67 from dwoz/testing_container
Browse files Browse the repository at this point in the history
Add tree to testing docker containers
  • Loading branch information
dwoz authored Nov 2, 2024
2 parents ecbd18e + 27d6312 commit b042346
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 b042346

Please sign in to comment.