Ubuntu – GPG errors building custom Cloud Shell container
Documentation reference: https://cloud.google.com/shell/docs/customizing-container-image I am attempting to create a custom Cloud Shell container using the documentation above. I haven't done anything wild in the Dockerfile: FROM gcr.io/cloudshell-images/cloudshell:latest RUN sudo apt -q update RUN sudo apt -q install zsh virtualenvwrapper zsh-syntax-highlighting…