Skip to content

Commit

Permalink
Update 4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn authored Jun 19, 2024
1 parent b2ab519 commit e59e2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN set -ex; \
wget -nv -O spark.tgz "$SPARK_TGZ_URL"; \
wget -nv -O spark.tgz.asc "$SPARK_TGZ_ASC_URL"; \
export GNUPGHOME="$(mktemp -d)"; \
wget -nv -O KEYS https://downloads.apache.org/spark/KEYS; \
gpg --import KEYS; \
gpg --batch --keyserver hkps://keys.openpgp.org --recv-key "$GPG_KEY" || \
gpg --batch --keyserver hkps://keyserver.ubuntu.com --recv-keys "$GPG_KEY"; \
gpg --batch --verify spark.tgz.asc spark.tgz; \
Expand Down

0 comments on commit e59e2f6

Please sign in to comment.