Skip to content

Commit

Permalink
remove wrong commit
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Dec 26, 2024
1 parent f0050e2 commit cd79648
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/focal-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
wget -qO - https://package.perforce.com/perforce.pubkey | gpg --dearmor | sudo tee /usr/share/keyrings/perforce.gpg && \
echo deb [signed-by=/usr/share/keyrings/perforce.gpg] https://package.perforce.com/apt/ubuntu focal release > /etc/apt/sources.list.d/perforce.list && \
apt-get update && apt-get install -y helix-p4d; \
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \
fi

# install docker client
Expand Down

0 comments on commit cd79648

Please sign in to comment.