You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt-get install fails under phusion/baseimage:0.9.19
Err:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjs-jquery all 1.11.3+dfsg-4
Hash Sum mismatch
Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 bc amd64 1.06.95-9build1 [82.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/universe amd64 lynx-common all 2.8.9dev8-4ubuntu1 [411 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/universe amd64 lynx amd64 2.8.9dev8-4ubuntu1 [624 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/universe amd64 fish amd64 2.2.0-3 [443 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libx11-data all 2:1.6.3-1ubuntu2 [113 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2 [571 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 javascript-common all 11 [6,066 B]
Get:13 http://archive.ubuntu.com/ubuntu xenial/universe amd64 xsel amd64 1.2.0-2 [20.6 kB]
E: Failed to fetch http://107.167.195.146:80/pdata/05e0ced75397d84c/archive.ubuntu.com/ubuntu/pool/main/b/bc/bc_1.06.95-9build1_amd64.deb Hash Sum mismatch
Fetched 3,023 kB in 1s (1,965 kB/s)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command'/bin/sh -c apt-get update -y && apt-get install -y g++ autoconf cmake git libbz2-dev libreadline-dev libboost-all-dev libcurl4-openssl-dev libssl-dev libncurses-dev doxygen libcurl4-openssl-dev && apt-get update -y && apt-get install -y fish && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*' returned a non-zero code: 100
To get this working, I added RUN rm -rf /var/lib/apt/lists/* before apt-get update -y .. I also upgraded to the latest phusion/baseimage:0.9.22 but I can say simply upgrading to 0.9.22 did not fix the problem.
The text was updated successfully, but these errors were encountered:
apt-get install
fails underphusion/baseimage:0.9.19
To get this working, I added
RUN rm -rf /var/lib/apt/lists/*
beforeapt-get update -y
.. I also upgraded to the latestphusion/baseimage:0.9.22
but I can say simply upgrading to 0.9.22 did not fix the problem.The text was updated successfully, but these errors were encountered: