fix(docker): enable BuildKit to support --mount (closes #493)

This commit is contained in:
Christian Hohlfeld 2025-04-21 23:51:59 +02:00 committed by Bobby Noelte
parent f7cc43f68c
commit e2a0b8b564

View File

@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1.7
ARG PYTHON_VERSION=3.12.7
FROM python:${PYTHON_VERSION}-slim