Run apt-get update before installing sudo
recent changes to kubekins broke local-e2e with the following error ``` E: Unable to locate package sudo ``` Change-Id: I9ad324a2a070bc068ed1f0f88a912eafb191ad90
This commit is contained in:
@@ -1038,7 +1038,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