Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmra committed Aug 31, 2023
1 parent 09ad561 commit f81ffe2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@ RUN apt-get update && apt-get install -y libvtk7-dev
RUN git clone https://github.com/FreeCAD/FreeCAD.git freecad-source

# Create a build directory and compile FreeCAD
RUN mkdir freecad-build && \
cd freecad-build && \
cmake ../freecad-source && \
make -j$(nproc --ignore=2)

RUN mkdir freecad-build && cd freecad-build && cmake ../freecad-source && make -j$(nproc --ignore=2)

# Create a symbolic link to invoke FreeCAD with 'freecad'
RUN ln -s /freecad-build/bin/FreeCAD /usr/local/bin/freecad
Expand Down

0 comments on commit f81ffe2

Please sign in to comment.