summaryrefslogtreecommitdiffstats
path: root/Dockerfile
AgeCommit message (Collapse)Author
2023-03-13ci: Drop job pushing sq to Gitlab's Docker Registry.Justus Winter
- This has to move to sq's new repository.
2022-09-22Debian bookworm has dropped the libssl1.1 packageHeiko Schaefer
2022-01-17docker: Remove python dependencies.Nora Widdecke
2021-12-16Update and fix Dockerfile.Nora Widdecke
- Remove spurious line continuation. - Update to debian bookworm. - Fixes #790.
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.