ProxmoxDeploy/Dockerfile
Mathieu Broillet fa3b0b1b27
All checks were successful
continuous-integration/drone/push Build is passing
added dockerfile for custom image
2023-06-13 07:42:29 +02:00

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