hasl/hasl

513c96e2fd4f
Parents 7f24d858e8ca
Children 58d65c434a61
We need ca-certificates so we can download our subprojects

Testing Done:
Built the docs with a bare `subprojects` directory.

Reviewed at https://reviews.imfreedom.org/r/2461/
--- a/convey/Dockerfile.debian-bookworm-amd64 Tue Jun 13 03:10:18 2023 -0500
+++ b/convey/Dockerfile.debian-bookworm-amd64 Tue Jun 13 16:47:26 2023 -0500
@@ -4,6 +4,7 @@
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
+ ca-certificates \
gettext \
git \
gobject-introspection \