fix: perms
All checks were successful
perso/mcp-maildir/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot
2026-02-26 19:18:06 -05:00
parent b96277064a
commit 4e45f3e8d9
6 changed files with 388 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
# Use Python 3.14 as requested
FROM docker.io/library/python:3.14-slim
# 3.13, because with 3.14 it requires gcc (wheels not available)
FROM docker.io/library/python:3.13-slim
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE=1