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

This commit is contained in:
Christian Hohlfeld
2025-04-22 01:20:46 +02:00
committed by Bobby Noelte
parent f7cc43f68c
commit e2a0b8b564
+1
View File
@@ -1,3 +1,4 @@
# syntax=docker/dockerfile:1.7
ARG PYTHON_VERSION=3.12.7
FROM python:${PYTHON_VERSION}-slim