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
|