Skip to content

Commit

Permalink
Fix bad Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 7, 2024
1 parent b660344 commit 18951cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom/testing/ubuntu-22.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ RUN apt update -y \
&& 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 \

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

0 comments on commit 18951cf

Please sign in to comment.