aboutsummaryrefslogtreecommitdiffstats
path: root/docker/install_packages.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24Update Dockerfile for PyQt6 CompatibilitySuchinton1-4/+3
- Update packages required to run PyQt6 apps in Debian base. - Update set up script to compile resources. - Use Python venv to resolve requirements to avoid native package conflicts. Bug-AGL: SPEC-5161 Change-Id: I23f0c91e106c863855a4bbb763957e88d6d136e4 Signed-off-by: Suchinton <suchinton.2001@gmail.com>
2023-10-25agl-demo-control-panel: Fix typo in docker installation scriptsuchinton20011-1/+1
SPEC-4905 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: Ic8a843ca131387863ace99d4743dc3bb94887393
2023-10-23agl-demo-control-panel: Fix Svg icons scaling on Dashboardsuchinton20011-1/+2
V1: - Use QtSvg to set icons for dashboard icons - Update Readme and install_package script for docker image V2: Clean up code and improve formatting V3: - Increase font size for UI files - Fix HVAC bug, Control panel no longer crashes when Temp goes out of range - Refactor blocking subscription updates when CP in use Bug-AGL: SPEC-4939 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: I4f256d29fac614dd3e3c4193c2a08b230359906e
2023-10-13Add a Dockerfile and related filesLisandro Pérez Meyer1-0/+33
This builds a Docker container based upon bookworm-slim and starts the application using Qt's VNC platform plugin. Change-Id: Ica4437bb73b7c9b73b8e7ade6d2a7b508bb817e9 Signed-off-by: Lisandro Pérez Meyer <lpmeyer@ics.com>