spark-instrumented-optimizer/resource-managers/kubernetes/docker/src/main/dockerfiles/spark
Yikun Jiang 31da90762e [SPARK-34820][K8S][R] add apt-update before gnupg install
### What changes were proposed in this pull request?
We added the gnupg installation in https://github.com/apache/spark/pull/30130 , we should do apt update before gnupg isntallation, otherwise we will get a fetch error when package is updated.

See more in:
[1] http://apache-spark-developers-list.1001551.n3.nabble.com/K8s-Integration-test-is-unable-to-run-because-of-the-unavailable-libs-td30986.html

### Why are the changes needed?
add a apt-update cmd before gnupg installation to avoid invaild package cache list.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
K8s Integration test passed

Closes #31923 from Yikun/SPARK-34820.

Authored-by: Yikun Jiang <yikunkero@gmail.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
2021-03-22 10:13:31 -07:00
..
bindings [SPARK-34820][K8S][R] add apt-update before gnupg install 2021-03-22 10:13:31 -07:00
decom.sh [SPARK-31198][CORE] Use graceful decommissioning as part of dynamic scaling 2020-08-12 17:07:18 -07:00
Dockerfile [SPARK-33176][K8S] Use 11-jre-slim as default in K8s Dockerfile 2020-10-18 09:21:07 -07:00
entrypoint.sh [SPARK-33748][K8S] Respect environment variables and configurations for Python executables 2020-12-15 08:56:45 +09:00