docker
docker copied to clipboard
Build don't work using Dockerfile
After downloading repo and running
docker build .
docker failing at step 5/11
The repository is set up! You can now install packages.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package postgresql-12-citus-9.4.
E: Couldn't find any package by glob 'postgresql-12-citus-9.4.'
E: Couldn't find any package by regex 'postgresql-12-citus-9.4.'
E: Version '2.14.citus-1' for 'postgresql-12-hll' was not found
E: Unable to locate package postgresql-12-topn
The command '/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && curl -s https://install.citusdata.com/community/deb.sh | bash && apt-get install -y postgresql-$PG_MAJOR-citus-9.4.=$CITUS_VERSION postgresql-$PG_MAJOR-hll=2.14.citus-1 postgresql-$PG_MAJOR-topn=2.3.0 && apt-get purge -y --auto-remove curl && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100