Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build don't work using Dockerfile #197

Open
kgonia opened this issue Oct 21, 2020 · 0 comments
Open

Build don't work using Dockerfile #197

kgonia opened this issue Oct 21, 2020 · 0 comments

Comments

@kgonia
Copy link

kgonia commented Oct 21, 2020

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant