Docker files used for AccountFree building. https://hub.docker.com/r/ad5001/ubuntu-pyside2-xvfb
Go to file
2021-08-12 22:18:35 +02:00
accountfree-build-img Fore re-run apt update on accountfree images. 2021-08-12 22:18:35 +02:00
accountfree-build-img-wine Fore re-run apt update on accountfree images. 2021-08-12 22:18:35 +02:00
ubuntu-pyside2-xvfb Updating to pyside2 5.12.5, ubuntu version to hirsute, pyinstaller to 4.3, and python to 3.9.5/6 2021-06-30 19:54:26 +02:00
ubuntu-pyside2-xvfb-wine Updating to pyside2 5.12.5, ubuntu version to hirsute, pyinstaller to 4.3, and python to 3.9.5/6 2021-06-30 19:54:26 +02:00
README.md Windows PySide2 5.15.0, README 2020-08-27 11:58:21 +02:00

accountfree-docker


This repository contains the Dockerfiles required to build AccountFree:

  • ubuntu-pyside2-xvfb: Ubuntu focal base containing PySide2 (Qt for Python) & Xvfb (virtual X server that does not require a display).
  • ubuntu-pyside2-xvfb-wine: Contains the latest wine installation, with Windows python3, PySide2 & pyinstaller + Xvfb.
  • accountfree-build-img: Based on ubuntu-pyside2-xvfb, contains AccountFree dependencies to build it's Linux packages.
  • accountfree-build-img: Based on ubuntu-pyside2-xvfb-wine, contains AccountFree dependencies to build it's Windows installer.

NOTE: In Docker, use xvfb-runto run a program within a Xvfb server.