We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e346c65 + 9833afe commit d7e46faCopy full SHA for d7e46fa
1 file changed
automation/utils/docker/mxbuild.Dockerfile
@@ -1,8 +1,10 @@
1
-FROM --platform=$BUILDPLATFORM eclipse-temurin:17-jdk-jammy
+FROM --platform=$BUILDPLATFORM eclipse-temurin:21-jdk-jammy
2
3
ARG MENDIX_VERSION
4
ARG BUILDPLATFORM
5
6
+ENV LD_PRELOAD=libfontconfig.so.1
7
+
8
SHELL ["/bin/bash", "-c"]
9
RUN \
10
echo "Downloading mxbuild ${MENDIX_VERSION} and docker building for ${BUILDPLATFORM}..." \
@@ -25,7 +27,7 @@ echo "Downloading mxbuild ${MENDIX_VERSION} and docker building for ${BUILDPLATF
25
27
&& rm /tmp/mxbuild.tar.gz && \
26
28
\
29
apt-get update -qqy && \
- apt-get install -qqy libicu70 libgdiplus && \
30
+ apt-get install -qqy libicu70 libgdiplus libfontconfig1 && \
31
apt-get -qqy remove --auto-remove wget && \
32
apt-get clean && \
33
0 commit comments