Skip to content

Commit d7e46fa

Browse files
Update mxbuild Dockerfile to build modules Mx11.11 on arm architecture (#2322)
2 parents e346c65 + 9833afe commit d7e46fa

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

automation/utils/docker/mxbuild.Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
FROM --platform=$BUILDPLATFORM eclipse-temurin:17-jdk-jammy
1+
FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk-jammy
22

33
ARG MENDIX_VERSION
44
ARG BUILDPLATFORM
55

6+
ENV LD_PRELOAD=libfontconfig.so.1
7+
68
SHELL ["/bin/bash", "-c"]
79
RUN \
810
echo "Downloading mxbuild ${MENDIX_VERSION} and docker building for ${BUILDPLATFORM}..." \
@@ -25,7 +27,7 @@ echo "Downloading mxbuild ${MENDIX_VERSION} and docker building for ${BUILDPLATF
2527
&& rm /tmp/mxbuild.tar.gz && \
2628
\
2729
apt-get update -qqy && \
28-
apt-get install -qqy libicu70 libgdiplus && \
30+
apt-get install -qqy libicu70 libgdiplus libfontconfig1 && \
2931
apt-get -qqy remove --auto-remove wget && \
3032
apt-get clean && \
3133
\

0 commit comments

Comments
 (0)