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

Updated RethinkDB install instructions #1

Open
jvwong opened this issue Feb 22, 2021 · 1 comment
Open

Updated RethinkDB install instructions #1

jvwong opened this issue Feb 22, 2021 · 1 comment

Comments

@jvwong
Copy link
Member

jvwong commented Feb 22, 2021

Their PGP key location has changed so the build will fail.

See new instructions: https://rethinkdb.com/docs/install/ubuntu/

@jvwong
Copy link
Member Author

jvwong commented Feb 22, 2021

RUN \
  echo "deb https://download.rethinkdb.com/repository/ubuntu-`lsb_release -c -s` `lsb_release -c -s` main" | tee /etc/apt/sources.list.d/rethinkdb.list && \
  wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | apt-key add - && \
  apt-get update  && \
  apt-get install -y rethinkdb

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