diff --git a/custom/testing/ubuntu-20.04.Dockerfile b/custom/testing/ubuntu-20.04.Dockerfile index 88fbc82..1411e95 100644 --- a/custom/testing/ubuntu-20.04.Dockerfile +++ b/custom/testing/ubuntu-20.04.Dockerfile @@ -1,7 +1,5 @@ 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 \