Skip to content

Commit

Permalink
Merge pull request #8687 from Rajpratik71/enhancement/apt
Browse files Browse the repository at this point in the history
Enhancement in Ubuntu or debian apt-get and CI issue fix
  • Loading branch information
k8s-ci-robot authored Aug 19, 2020
2 parents 548beeb + e9bafc6 commit 9be8d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/nvidia-bootstrap/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM debian:jessie
# ^ Cannot be Alpine since it does not support systemctl
# ^ Systemctl is used to restart kubelet upon successful run of run.sh

RUN apt-get update && apt-get -yq install curl jq
RUN apt-get update && apt-get --no-install-recommends -yq install apt-utils ca-certificates apt-transport-https curl jq

ADD run.sh /run.sh

Expand Down

0 comments on commit 9be8d8f

Please sign in to comment.