summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)Author
2021-07-09docker: Remove sqv.Nora Widdecke
2021-04-20docker: Fix building on latest main.Wiktor Kwapisiewicz
- Require Debian Bullseye as per README instructions. - Use `apt-get` instead of `apt` because `apt does not have a stable CLI interface` warnings. - Add CA certificates so that `wkd get` works correctly.
2021-04-20Add a Dockerfile to build Docker images of Sequoia.Antoine Beaupré
This will make installing Sequoia easier for new users who are not familiar with Cargo or Rust toolchains. It can provide an easy, binary build for the `sq` command as well.