File tree Expand file tree Collapse file tree 5 files changed +69
-68
lines changed
images/jupyter-singleuser
kubernetes/apps/charts/jupyterhub Expand file tree Collapse file tree 5 files changed +69
-68
lines changed Original file line number Diff line number Diff line change 11# repo owners
2- * @ evansiroky @ vevetron @ tiffanychu90 @ ohrite @ erikamov @ charlie-costanzo @ mjumbewu @ fsalemi
2+ * @ evansiroky @ vevetron @ tiffanychu90 @ ohrite @ erikamov @ charlie-costanzo @ mjumbewu @ fsalemi @ raebot
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ RUN npm install -g --unsafe-perm=true --allow-root netlify-cli
3232RUN npm install -g --unsafe-perm=true --allow-root sql-language-server
3333# gcloud CLI https://cloud.google.com/sdk/docs/install#deb
3434RUN cd $GCLOUD_HOME \
35- && curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-512 .0.0-linux-x86_64.tar.gz \
36- && tar -zxvf google-cloud-cli-512 .0.0-linux-x86_64.tar.gz \
35+ && curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-529 .0.0-linux-x86_64.tar.gz \
36+ && tar -zxvf google-cloud-cli-529 .0.0-linux-x86_64.tar.gz \
3737 && ./google-cloud-sdk/install.sh
3838ENV PATH="$GCLOUD_HOME/google-cloud-sdk/bin:$PATH"
3939
You can’t perform that action at this time.
0 commit comments