Skip to content

Commit

Permalink
Add yq
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Apr 7, 2024
1 parent 81eaa71 commit 42b1fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nvidia-gpu-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VERSION
ARG CHANNEL

RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y wget yq \
&& rm -rf /var/lib/apt/lists/*

CMD ["nvidia_gpu_exporter"]
Expand Down

0 comments on commit 42b1fbe

Please sign in to comment.