Docker cache and apt-get update. – Dat's homepage
lenguyenthedat.com/docker-cache13.07.2015 · The command '/bin/sh -c apt-get install -y s3cmd postgresql wget build-essential unzip gawk' returned a non-zero code: 100. It’s likely you had these as separated lines in your Dockerfile (before apt-get install commands): RUN apt-get update RUN apt-get install-y s3cmd postgresql wget. You should instead combine them in a single line, for ...