spark-instrumented-optimizer/resource-managers/kubernetes
Ilan Filonenko 708cf16be9 [SPARK-30111][K8S] Apt-get update to fix debian issues
### What changes were proposed in this pull request?
Added apt-get update as per [docker best-practices](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#apt-get)

### Why are the changes needed?
Builder is failing because:
Without doing apt-get update, the APT lists get outdated and begins referring to package versions that no longer exist, hence the 404 trying to download them (Debian does not keep old versions in the archive when a package is updated).

### Does this PR introduce any user-facing change?
no

### How was this patch tested?
k8s builder

Closes #26753 from ifilonenko/SPARK-30111.

Authored-by: Ilan Filonenko <ifilonenko@bloomberg.net>
Signed-off-by: shane knapp <incomplete@gmail.com>
2019-12-03 17:59:02 -08:00
..
core [SPARK-29865][K8S] Ensure client-mode executors have same name prefix 2019-11-14 15:52:39 -07:00
docker/src/main/dockerfiles/spark [SPARK-30111][K8S] Apt-get update to fix debian issues 2019-12-03 17:59:02 -08:00
integration-tests [SPARK-29865][K8S] Ensure client-mode executors have same name prefix 2019-11-14 15:52:39 -07:00