Skip to content

Commit 849ec75

Browse files
authored
Merge pull request #22 from manyfold3d/f3d-update
Update F3D build to enable STEP rendering
2 parents 565b895 + 05841c8 commit 849ec75

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

Dockerfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ RUN \
4848
postgresql-dev \
4949
yaml-dev && \
5050
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
51-
vtk && \
51+
vtk \
52+
opencascade \
53+
imath \
54+
alembic-libs \
55+
openexr-libopenexr && \
5256
echo "**** install manyfold F3D package ****" && \
5357
curl -s -o \
5458
/tmp/f3d.apk -L \
55-
"https://github.com/manyfold3d/f3d-alpine/releases/download/v3.5.0-r0/f3d-3.5.0-r0.x86_64.apk" && \
59+
"https://github.com/manyfold3d/f3d-alpine/releases/download/v3.5.0-r0-1/f3d-3.5.0-r0.x86_64.apk" && \
5660
apk add --no-cache --allow-untrusted /tmp/f3d.apk && \
5761
rm /tmp/f3d.apk && \
5862
echo "**** install manyfold ****" && \

Dockerfile.aarch64

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ RUN \
4848
postgresql-dev \
4949
yaml-dev && \
5050
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
51-
vtk && \
51+
vtk \
52+
opencascade \
53+
imath \
54+
alembic-libs \
55+
openexr-libopenexr && \
5256
echo "**** install manyfold F3D package ****" && \
5357
curl -s -o \
5458
/tmp/f3d.apk -L \
55-
"https://github.com/manyfold3d/f3d-alpine/releases/download/v3.5.0-r0/f3d-3.5.0-r0.aarch64.apk" && \
59+
"https://github.com/manyfold3d/f3d-alpine/releases/download/v3.5.0-r0-1/f3d-3.5.0-r0.aarch64.apk" && \
5660
apk add --no-cache --allow-untrusted /tmp/f3d.apk && \
5761
rm /tmp/f3d.apk && \
5862
echo "**** install manyfold ****" && \

0 commit comments

Comments
 (0)