From 27d63128457a1e1cdf75f91a306755757d31d232 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 1 Nov 2024 20:21:33 -0700 Subject: [PATCH] Add tree to testing docker containers --- custom/testing/ubuntu-20.04.Dockerfile | 2 +- custom/testing/ubuntu-22.04.Dockerfile | 2 +- custom/testing/ubuntu-22.04/Dockerfile | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 custom/testing/ubuntu-22.04/Dockerfile diff --git a/custom/testing/ubuntu-20.04.Dockerfile b/custom/testing/ubuntu-20.04.Dockerfile index 6a20365..616399b 100644 --- a/custom/testing/ubuntu-20.04.Dockerfile +++ b/custom/testing/ubuntu-20.04.Dockerfile @@ -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 diff --git a/custom/testing/ubuntu-22.04.Dockerfile b/custom/testing/ubuntu-22.04.Dockerfile index d458b81..f2c1773 100644 --- a/custom/testing/ubuntu-22.04.Dockerfile +++ b/custom/testing/ubuntu-22.04.Dockerfile @@ -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 diff --git a/custom/testing/ubuntu-22.04/Dockerfile b/custom/testing/ubuntu-22.04/Dockerfile deleted file mode 100644 index dafae5d..0000000 --- a/custom/testing/ubuntu-22.04/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM ubuntu:22.04 - -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