Skip to content

Commit 030df5a

Browse files
committed
need assimp in build stage
1 parent 698cfb7 commit 030df5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docker/build.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ RUN apk add --no-cache \
1919
imagemagick \
2020
imagemagick-jpeg \
2121
imagemagick-webp \
22-
imagemagick-heic
22+
imagemagick-heic \
23+
assimp-dev
2324

2425
COPY package.json .
2526
COPY yarn.lock .

docker/runtime.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN apk add --no-cache \
99
imagemagick \
1010
imagemagick-jpeg \
1111
imagemagick-webp \
12-
imagemagick-heic \
13-
assimp
12+
imagemagick-heic
1413

1514
COPY . .
1615
COPY --from=build /usr/src/app/vendor/bundle vendor/bundle
@@ -28,6 +27,7 @@ COPY --from=build \
2827
/usr/lib/liblz4.so.* \
2928
/usr/lib/libbz2.so.* \
3029
/usr/lib/libpq.so.* \
30+
/usr/lib/libassimp.so.* \
3131
/usr/lib
3232

3333
# Set up jemalloc and YJIT for performance

0 commit comments

Comments
 (0)