git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acae578
)
improve test docker container build
author
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 11:53:39 +0000
(11:53 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Thu, 9 Feb 2023 11:53:39 +0000
(11:53 +0000)
tests/ci/setup/setup_perl.sh
patch
|
blob
|
history
diff --git
a/tests/ci/setup/setup_perl.sh
b/tests/ci/setup/setup_perl.sh
index
a85cecb
..
cf26794
100644
(file)
--- a/
tests/ci/setup/setup_perl.sh
+++ b/
tests/ci/setup/setup_perl.sh
@@
-11,7
+11,7
@@
set -e
echo "Installing Perl..."
DEBIAN_FRONTEND=noninteractive apt-get install -y \
- libexpat1-dev
+
perl
libexpat1-dev
yes | perl -MCPAN -e 'install XML::Parser'
yes | perl -MCPAN -e 'install Frontier::Client'