checkpoint build fixes for pmb and be

This commit is contained in:
2026-03-19 16:03:12 -07:00
parent d813c3c70e
commit c116021b29
3 changed files with 25 additions and 77 deletions

View File

@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1.4
FROM python:3-slim-bookworm AS builder
FROM python:3.12-slim-bookworm AS builder
# Second line optional/debug/qol
RUN apt update && apt install -y \
libmariadb-dev gcc \
libmariadb-dev gcc python3-setuptools \
mariadb-client