accountfree-docker/README.md

13 lines
950 B
Markdown
Raw Permalink Normal View History

2020-08-27 09:58:21 +00:00
# accountfree-docker
---
This repository contains the Dockerfiles required to build AccountFree:
2023-05-23 03:46:30 +00:00
- ubuntu-pyside6-xvfb: Ubuntu jammy base containing PySide6 (Qt for Python) & Xvfb (virtual X server that does not require a display).
- ubuntu-pyside6-xvfb-wine: Contains the latest wine installation, with Windows python3, PySide6 & pyinstaller + Xvfb.
2020-08-27 09:58:21 +00:00
- 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.
2023-05-23 03:46:30 +00:00
NOTE: In Docker, use xvfb-run to run a program within a Xvfb server.