Skip to content

Commit

Permalink
More yq fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 7, 2024
1 parent 9b3a02d commit 6f089d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/nvidia-gpu-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ ARG TARGETPLATFORM
ARG VERSION
ARG CHANNEL

RUN add-apt-repository ppa:rmescandon/yq \
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& 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 6f089d9

Please sign in to comment.