aboutsummaryrefslogtreecommitdiffstats
FROM alpine:3.22

RUN apk add python3 py3-pip

RUN apk add build-base mariadb-connector-c-dev python3-dev

COPY ./example-acit-list-projects.sh /usr/lib/acit-list-trackers

RUN --mount=type=bind,source=.,target=/build \
	cd /build && pip install --break-system-packages --root-user-action ignore .

CMD acit-web