mongodb - W: Size of file /var/lib/apt/lists/http.debian.net_debian_dists_jessie_main_binary-amd64_Packages.gz is not what the server reported 9101219 9117278 -


i installing mongo client , started following error message

w: size of file /var/lib/apt/lists/http.debian.net_debian_dists_jessie_main_binary-amd64_packages.gz not server reported 9101219 9117278 

this in response following run command in dockerfile.

run apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7f0ceb10 && \     echo 'deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen' | tee /etc/apt/sources.list.d/mongodb.list && \     apt-get update && \     apt-get install -y mongodb-org-shell 

how ought resolve this?


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

android - Hide only the Action bar on Scroll not action bar tabs -