Skip to content

Commit

Permalink
Do not set nodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 7, 2024
1 parent d82480d commit b660344
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions custom/testing/ubuntu-22.04.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM ubuntu:22.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 unzip sudo tree \
wget systemd
wget systemd \

RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log
COPY /log /log

0 comments on commit b660344

Please sign in to comment.