AlpineWSL icon indicating copy to clipboard operation
AlpineWSL copied to clipboard

ERROR: alpine-baselayout-data-3.2.0-r23: trying to overwrite etc/nsswitch.conf owned by glibc-2.35-r0.

Open vmx17 opened this issue 3 years ago • 0 comments

I've just installed to use Docker Desktop but got error above, no running container. I tried;

# apk fix
(1/1) Reinstalling alpine-baselayout-data (3.2.0-r23)
ERROR: alpine-baselayout-data-3.2.0-r23: trying to overwrite etc/nsswitch.conf owned by glibc-2.35-r0.
1 error; 47 MiB in 27 packages

so, it cannot be fixed even though;

# ls -la /etc/nsswitch.conf
-rw-rw-rw-    1 root     root            55 Mar 14  2022 /etc/nsswitch.conf

I think this is the same issue of here but I have no idea how it related to this project.

vmx17 avatar Sep 20 '22 03:09 vmx17