added dockerfile for custom image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5bd585aab
commit
fa3b0b1b27
5
Dockerfile
Normal file
5
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user