ProxmoxDeploy/Dockerfile

5 lines
113 B
Docker
Raw Normal View History

2023-06-13 07:42:29 +02:00
FROM python:3.11-bullseye
RUN apt-get update
RUN apt-get install build-essential patchelf
RUN pip install nuitka