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
Snap... ew... but maybe it will work
  • Loading branch information
zimmra authored Aug 31, 2023
1 parent d986da7 commit 369bcc1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN \
apt-get update && \
apt-get install --no-install-recommends -y \
ocl-icd-libopencl1 \
wget \
snapd \
libfuse2 \
python3-pip \
python3-git \
Expand All @@ -34,13 +34,7 @@ RUN \
/var/tmp/*

# Download the FreeCAD AppImage
RUN wget -O FreeCAD.AppImage https://github.com/FreeCAD/FreeCAD/releases/download/0.21.0/FreeCAD_0.21.0-Linux-x86_64.AppImage

# Make the AppImage executable
RUN chmod +x FreeCAD.AppImage

# Add it to the default path
RUN mv FreeCAD.AppImage /usr/local/bin/freecad
RUN snap install freecad

# add local files
COPY /root /
Expand Down

0 comments on commit 369bcc1

Please sign in to comment.