Mathieu Broillet
fa3b0b1b27
All checks were successful
continuous-integration/drone/push Build is passing
5 lines
113 B
Docker
5 lines
113 B
Docker
FROM python:3.11-bullseye
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install build-essential patchelf
|
|
RUN pip install nuitka |