error while installing ca certificates for docker

diso

Junior Member
Jan 4, 2017
2
0
1
I get the below error on trying to install

:~$ sudo apt-get install apt-transport-https ca-certificates
Reading package lists... Done
Building dependency tree
Reading state information... Done
apt-transport-https is already the newest version.
ca-certificates is already the newest version.
The following packages were automatically installed and are no longer required:
gstreamer0.10-pulseaudio:i386 libfftw3-single3:i386 libgomp1:i386
libgstreamer-plugins-base0.10-0:i386 libgstreamer0.10-0:i386
libpam-systemd:i386 libsystemd-login0:i386 libtdb1:i386
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 710 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up google-cloud-sdk (138.0.0-0) ...
dpkg: error processing package google-cloud-sdk (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
google-cloud-sdk
E: Sub-process /usr/bin/dpkg returned an error code (1)

Moved from the Programming forum -- Programming Moderator Ken g6
 
Last edited by a moderator:

Elixer

Lifer
May 7, 2002
10,371
762
126
What does that have to do with installing the actual certs?
The certs should be in /etc/docker/certs.d/.

So, no idea what you are doing/trying to show?
 

lxskllr

No Lifer
Nov 30, 2004
59,402
9,926
126
Where did google cloud come from? Looks like you have the certs, and apt is failing on something unrelated.