added dockerfile for custom image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu Broillet 2023-06-13 07:42:29 +02:00
parent d5bd585aab
commit fa3b0b1b27
No known key found for this signature in database
GPG Key ID: 7D4F25BC50A0AA32

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM python:3.11-bullseye
RUN apt-get update
RUN apt-get install build-essential patchelf
RUN pip install nuitka