Skip to content

Commit 66a038d

Browse files
authored
Merge pull request #13 from manyfold3d/assimp
Add `assimp` 3d object analysis package
2 parents 2f60c6a + 5dd66af commit 66a038d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \
1818

1919
RUN \
2020
apk add --no-cache \
21+
assimp \
2122
file \
2223
glfw \
2324
imagemagick \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ ENV RAILS_ENV="production" \
1818

1919
RUN \
2020
apk add --no-cache \
21+
assimp \
2122
file \
2223
glfw \
2324
imagemagick \

0 commit comments

Comments
 (0)