Skip to content

Commit

Permalink
dockerfiles: change from xalan to xsltproc
Browse files Browse the repository at this point in the history
Given the varying xalan versions and their distinct behavior on
different distributions, adopting xsltproc as a replacement offers
consistent multi-distro support, as it appears to be compatible with
most platforms.

Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
jbech-linaro committed Nov 14, 2024
1 parent 753b553 commit c91d862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions building/Dockerfile.Ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN apt install -y \
uuid-dev \
wget \
xdg-utils \
xsltproc \
xterm \
xz-utils \
zlib1g-dev
Expand Down
2 changes: 1 addition & 1 deletion building/Dockerfile.Ubuntu-22.04
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN apt install -y \
unzip \
uuid-dev \
wget \
xalan \
xdg-utils \
xsltproc \
xterm \
xz-utils \
zlib1g-dev
Expand Down

0 comments on commit c91d862

Please sign in to comment.