Skip to content

Commit

Permalink
Fix yq by adding a ppa for it
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 7, 2024
1 parent 5d119e9 commit 315b244
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/nvidia-gpu-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

RUN apt-get update \
RUN add-apt-repository ppa:rmescandon/yq \
&& apt-get update \
&& apt-get install -y wget yq \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 315b244

Please sign in to comment.