Commit 9cdda28d42

9cdda28d42a556b9c4dc93e4c3e3688f25312eb7

parent: 3baebeeec5

Verified · cmc ci/build: success ci/test: success ci/vuln: success

cmc <hello@cleberg.net> · 2026-09-10 02:37 UTC

deploy: gitbay-ci:2 also carries sqlite3

Ref #184
deploy/Containerfile.ci +3 −1
@@ -16,7 +16,8 @@ FROM docker.io/library/golang:1.27-trixie
1616# sshd must be the binary at /usr/sbin/sshd that the tests exec.
1717# python3-venv: this is also the default image for every repository the
1818# bay1 runner is attached to, and a lint job that makes a venv for ruff
19# fails without ensurepip (gitbay-ci:2).
19# fails without ensurepip (gitbay-ci:2). sqlite3: the same reason, for
20# a job that maintains an archive database.
2021RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
2122 git-lfs \
2223 gnupg \
@@ -27,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
2728 unzip \
2829 python3 \
2930 python3-venv \
31 sqlite3 \
3032 && rm -rf /var/lib/apt/lists/*
3133
3234# A build runs as this image's root inside its own user namespace, mapped