FROM ubuntu:22.04 RUN apt update && apt install -y wine64 COPY your-app.exe /app/ CMD ["wine", "/app/your-app.exe"]
The DEBIAN/control file contains metadata required by the package manager. how to convert exe to deb link