File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ RUN apk add --no-cache \
19
19
imagemagick \
20
20
imagemagick-jpeg \
21
21
imagemagick-webp \
22
- imagemagick-heic
22
+ imagemagick-heic \
23
+ assimp-dev
23
24
24
25
COPY package.json .
25
26
COPY yarn.lock .
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ RUN apk add --no-cache \
9
9
imagemagick \
10
10
imagemagick-jpeg \
11
11
imagemagick-webp \
12
- imagemagick-heic \
13
- assimp
12
+ imagemagick-heic
14
13
15
14
COPY . .
16
15
COPY --from=build /usr/src/app/vendor/bundle vendor/bundle
@@ -28,6 +27,7 @@ COPY --from=build \
28
27
/usr/lib/liblz4.so.* \
29
28
/usr/lib/libbz2.so.* \
30
29
/usr/lib/libpq.so.* \
30
+ /usr/lib/libassimp.so.* \
31
31
/usr/lib
32
32
33
33
# Set up jemalloc and YJIT for performance
You can’t perform that action at this time.
0 commit comments