You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Dockerfile.spark
+5
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,11 @@ USER 0
7
7
# ----------
8
8
# Setup Python and Livy/Spark Deps
9
9
#
10
+
# Install GCP keys to avoid error:
11
+
# "GPG error: https://packages.cloud.google.com/apt cloud-sdk InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B53DC80D13EDEF05"
12
+
RUN apt-get install apt-transport-https ca-certificates gnupg
13
+
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list
14
+
RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add -
0 commit comments