Use python:3.11-slim-buster base for now

This commit is contained in:
Dave Gallant
2023-02-25 14:06:58 -05:00
parent 5cf4943f69
commit 39a8a18801
2 changed files with 17 additions and 18 deletions

11
.dockerignore Normal file
View File

@@ -0,0 +1,11 @@
.git
.github
.vscode
.mypy_cache
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so