Unverified Commit d1031b18 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

Run apt-get update before installing sudo
parents 4a44df3f 279e1ed1
...@@ -1031,7 +1031,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then ...@@ -1031,7 +1031,7 @@ if [[ "${KUBETEST_IN_DOCKER:-}" == "true" ]]; then
export PATH="${KUBE_ROOT}/third_party/etcd:${PATH}" export PATH="${KUBE_ROOT}/third_party/etcd:${PATH}"
KUBE_FASTBUILD=true make ginkgo cross KUBE_FASTBUILD=true make ginkgo cross
apt install -y sudo apt-get update && apt-get install -y sudo
apt-get remove -y systemd apt-get remove -y systemd
# configure shared mounts to prevent failure in DIND scenarios # configure shared mounts to prevent failure in DIND scenarios
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment