add bullseye

This commit is contained in:
uumas
2023-07-08 13:58:48 +03:00
parent 308a1ec94f
commit 342bff7c20

2
bullseye/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM debian:bullseye
RUN apt-get update && apt-get install -y python3 && apt-get clean && rm -rf /var/lib/apt/lists/*