From 5dd66af91fc1bc3b7f53ef470f69d3b62d5ea9a7 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 31 Jul 2025 12:33:49 +0100 Subject: [PATCH] Add `assimp` 3d object analysis package A bit like imagmagick but for 3d models. See https://github.com/manyfold3d/manyfold/pull/4572/files#diff-190bb9b7c7cfa2aa7644dbe97bc7907818f04f806f2b53d67e9416a17d33b94b for the same addition to the standard images. --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 39defc2..c55b362 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \ RUN \ apk add --no-cache \ + assimp \ file \ glfw \ imagemagick \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5db01ad..e31addd 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \ RUN \ apk add --no-cache \ + assimp \ file \ glfw \ imagemagick \