Failed to fetch ……….. Hash Sum mismatch
Environment OS: Windows 10 Docker Version: 2.1.0.3 Stable Desktop Community Docker Compose Version: 1.24.1 Dockerfile FROM postgres:11 COPY ./99fixbadproxy /etc/apt/apt.conf.d/99fixbadproxy RUN apt-get -y update && apt-get install -y build-essential python3-dev python-gdal libxml2 libgeos-dev libproj12 postgresql-server-dev-11 postgresql-11-postgis-2.5 postgresql-11-postgis-scripts && apt-get clean && rm -rf /var/lib/apt/lists/* ADD ./init /docker-entrypoint-initdb.d/ 99fixbadproxy Acquire::http::Pipeline-Depth 0; Acquire::http::No-Cache true; Acquire::BrokenProxy true; Docker […]