| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:5601f441718b0d192d73394b35fd07675342837ec9089ddd52dd1dc0de79630e in / |
| CMD ["/bin/bash"] |
| /bin/sh -c apt-get update && apt-get install wine -y |
| /bin/sh -c apt-get install wget -y |
| /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt-get install wine32:i386 -y |
| /bin/sh -c wget https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe |
| /bin/sh -c apt-get install xorg xvfb xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic -y |
| /bin/sh -c xvfb-run wine python-3.12.2-amd64.exe /quiet /i InstallAllUsers=1 |
| /bin/sh -c cd ~/.wine/drive_c/Program\ Files/Python312 && wine python.exe Scripts/pip.exe install pyinstaller |
| /bin/sh -c apt-get install git -y |