mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	Merge pull request #73279 from dims/fix-problem-fetching-sudo
Run apt-get update before installing sudo
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user