Skip to content

Commit

Permalink
Add base ubuntu 20.04 image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 30, 2024
1 parent df1ea17 commit 63d32b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions custom/testing/ubuntu-20.04.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM ubuntu:20.04

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc

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

0 comments on commit 63d32b6

Please sign in to comment.