apt-get install error #1863
|
I would like to use and customize This is the process to reproduce the issue: docker run -it --entrypoint sh --rm quay.io/kairos/kairos-debian:v2.4.0-k3sv1.27.3-k3s1
# sudo apt-get install vim
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libsodium23 vim-common vim-runtime xxd
Suggested packages:
ctags vim-doc vim-scripts
E: Archives directory /var/cache/apt/archives/partial is missing. - Acquire (2: No such file or directory)If I do a |
Replies: 1 comment
|
Hi @massimogallina, thanks for reaching out. Indeed we started encountering this bug with Kairos v2.4.0, not sure why, since apt used to work despite relates to: #1849 |
Hi @massimogallina, thanks for reaching out. Indeed we started encountering this bug with Kairos v2.4.0, not sure why, since apt used to work despite
/var/cachebeing removed (and it should work since it's a directory that is expected to be removed at anytime). We have a fix already on master and the patch version should land some time this or next week.relates to: #1849