Skip to content

Commit 89a8f29

Browse files
committed
chore(ci): install xsltproc
1 parent 258638a commit 89a8f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ WORKDIR /home/non-root-user
132132
RUN <<-EOT
133133
set -eux
134134
sudo apt-get update
135-
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh yq lsb-release lsof unzip parallel
135+
sudo apt-get install -y curl tar apt-transport-https ca-certificates gnupg socat less debian-goodies autossh ca-certificates-java python3-pip locales jq git gh yq lsb-release lsof unzip parallel xsltproc
136136
sudo locale-gen en_US.UTF-8
137137
sudo git config --system --add safe.directory "*"
138138

0 commit comments

Comments
 (0)