citusdata / citusdata/docker

Build don't work using Dockerfile

Open
#197 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dockerfile
Stars
273
Forks
102
Avg merge
5d 20h
Merged PRs (30d)
2

Description

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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.