Skip to content

Commit

Permalink
add to local
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Carrion committed Oct 11, 2023
1 parent 610843a commit 0ae6738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN curl -LO "https://dl.k8s.io/release/v${KUBE_VERSION}/bin/linux/amd64/kubectl

ARG PDU_VERSION=0.9.0
RUN curl -L https://github.com/KSXGitHub/parallel-disk-usage/releases/download/${PDU_VERSION}/pdu-x86_64-unknown-linux-gnu -o /usr/bin/pdu && \
chmod +x /usr/bin/pdu
chmod +x /usr/local/bin/pdu

RUN ssh-keyscan github.com 2>/dev/null > /etc/ssh/ssh_known_hosts

Expand Down

0 comments on commit 0ae6738

Please sign in to comment.