Merge pull request #73279 from dims/fix-problem-fetching-sudo

Run apt-get update before installing sudo
pull/564/head
Kubernetes Prow Robot 2019-01-24 14:55:33 -08:00 committed by GitHub
commit d1031b18fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then
export PATH="${KUBE_ROOT}/third_party/etcd:${PATH}"
KUBE_FASTBUILD=true make ginkgo cross
apt install -y sudo
apt-get update && apt-get install -y sudo
apt-get remove -y systemd
# configure shared mounts to prevent failure in DIND scenarios