Skip to content

Commit

Permalink
Merge pull request #31 from ylavoie/nodejs-20
Browse files Browse the repository at this point in the history
Use NodeJS 20
  • Loading branch information
ylavoie authored Oct 29, 2023
2 parents c7e9c39 + 3944f37 commit 8107b80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get update && apt-get -y install gnupg2 \
libpq-dev libpq5 \
texlive-latex-recommended texlive-fonts-recommended \
texlive-xetex fonts-liberation \
git cpanminus make gcc libperl-dev libcarp-always-perl liblocal-lib-perl \
git cpanminus make gcc libperl-dev libcarp-always-perl \
ssh tar gzip graphviz \
gettext procps libtap-parser-sourcehandler-pgtap-perl \
libtest2-suite-perl libfile-mimeinfo-perl libhtml-lint-perl \
Expand Down Expand Up @@ -86,6 +86,8 @@ RUN apt-get -y install locales sudo jq bc gnuplot \
# splitting out did...
RUN apt-get -y install postgresql-autodoc

RUN cpanm install local::lib

#CircleCI++, copied from CircleCI-Node:14.9.0-buster

# Use unicode
Expand Down Expand Up @@ -149,7 +151,8 @@ RUN cd && \
git clone -b master https://github.com/ledgersmb/LedgerSMB.git project

RUN cd $HOME/project && \
cpanm --local-lib=$HOME/perl5 -nq App::cpm inc::Module::Install
cpanm --local-lib=$HOME/perl5 -nq App::cpm inc::Module::Install && \
perl -Mlocal::lib >> $HOME/.profile

# FROM resets ARG, so redeclare
ARG branches
Expand Down

0 comments on commit 8107b80

Please sign in to comment.