Andrew Walker
Andrew Walker

Reputation: 43

.customize_environment failing for previously working apt-get update in cloud shell

.customize_environment was failing and forcing me to boot as root (safe mode).

I've selectively recreated but even a simple apt-get update gets a bunch of errors like...

Err:1 http://packages.cloud.google.com/apt gcsfuse-buster InRelease Temporary failure resolving 'packages.cloud.google.com'

Not sure if this is the root cause, I'm ultimately trying to..

apt-get install -y libxss1
apt-get install -y libgbm-dev
apt-get install -y parallel

In the meantime I'm having to manually run a whole bunch of installs which is getting pretty repetitive.

Upvotes: 1

Views: 113

Answers (1)

Luke Wood
Luke Wood

Reputation: 41

Normally customize_environment scripts cannot cause shell starts to failure. Unfortunately there was a bug causing this to be possible. The release containing the fix should be out in the next few days.

Would you mind trying to create the script again in a few days and letting me know if it works?

Thanks

Upvotes: 1

Related Questions