Commit Graph

12 Commits

Author SHA1 Message Date
PatrickChenHZ 898f0ac6c4 Add an entrypoint covienience script for an out-of-the-box user experience. 2025-01-25 10:10:32 +08:00
PatrickChenHZ f4b31e5f67 address a build problem and remove redundant bash from build 2025-01-25 10:10:32 +08:00
PatrickChenHZ b760f27fc7 made suggested changes 2025-01-25 10:10:32 +08:00
PatrickChenHZ acb47e37fc modify docker file to point ffmpeg to binary at build time, as well as update a couple deprecated docker syntax. Also added more troubleshooting recommendations to DockerRun.sh 2025-01-25 10:10:32 +08:00
Yike Chen c1ff68d2fe Fix Build Dependency
Allow latest version to build in Docker.
Latest Revision require ffmpeg 7 to get libvodec61. Which means base image must be updated to ubuntu 24.10
2025-01-25 10:10:32 +08:00
Bastien Nocera 9f69b21b5c deps: Build wxWidgets without mspack support
We don't use wxWidgets' CHM support, so don't require libmspack's
development libraries, and disable building wxWidgets with the support.
2024-01-08 08:40:28 +08:00
lane.wei f7345b618a ENH: update libssl to 3.0
github-issue: docker build failed

Change-Id: Ic29740791b4fdb6b065c31dad79112f74c92de17
2023-11-09 10:09:10 +08:00
Kyle Harrity dd24d10263 Update Dockerfile
add -f option to groupadd command. This fixed an issue for me where the group in $GID already existed, preventing me from completing DockerBuild.sh on Linux Mint 19
2023-07-21 19:41:50 +08:00
Cal Heldenbrand 22e9899309 Docker Run: Add gstreamer plugins for video support
These two packages are needed to stream video from the webcam
2023-04-24 09:42:28 +08:00
Cal Heldenbrand 36e2179adc Added some build process to Dockerfile 2023-03-02 21:21:30 +08:00
Cal Heldenbrand b8bbbf3cbc Remove comments, alpha-sort package names for easier maintenance 2023-03-02 21:21:30 +08:00
Cal Heldenbrand a64085f165 Copy Containerfile to Dockerfile before modifying 2023-03-02 21:21:30 +08:00