FreeCAD / Docker

FreeCAD development & deployment with Docker
4 stars 5 forks source link

A simplified Dockerfile from https://gitlab.com/daviddaish/freecad_docker_env/ #5

Open rostskadat opened 1 week ago

rostskadat commented 1 week ago

Problem

The Dockerfile from https://gitlab.com/daviddaish/freecad_docker_env/ (to be included in #1 ) is complex and do not rely on the distribution's packages for its dependencies.

Solution

This updated version intends on relying as much as possible on the distribution packages in order to build the current version of FreeCAD

Tested with:

OS: Ubuntu 22.04.5 LTS
Word size of FreeCAD: 64-bit
Version: 1.1.0dev.38894 (Git)
Build type: Unknown
Branch: main
Hash: fecd8940e76b2ca3d36cee0ad859f104e1c50844
Python 3.10.12, Qt 5.15.3, Coin 4.0.0, Vtk 9.1.0, OCC 7.5.1
Locale: C/Default (C)
Stylesheet/Theme/QtStyle: unset/FreeCAD Classic/Qt default
Installed mods: 
  * Render 2024.9.25
Zikoel commented 4 days ago

I really want to contribute to the project and I'm searching for something like that! Thank you, I will try to use that starting from now.