Skip to content

Commit

Permalink
add popular plugin libraries to base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rc9000 committed Mar 12, 2024
1 parent bd35e95 commit 62fb144
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion netdisco-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ RUN curl -sL -o /tmp/cpanm https://cpanmin.us/ && \

WORKDIR /home/netdisco
RUN PERL5LIB='.' /tmp/cpanm --quiet --notest --local-lib ./perl5 \
"https://github.com/netdisco/netdisco.git@${COMMITTISH}" && \
"https://github.com/netdisco/netdisco.git@${COMMITTISH}" \
Dancer::Debug \
URL::Encode \
REST::Client && \
mv /home/netdisco /home/netdisco-build

# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -59,6 +62,13 @@ RUN apk add --no-cache \
perl-dbd-pg \
perl-io-socket-ssl \
perl-ldap \
perl-json \
perl-lwp-protocol-https \
perl-file-slurp \
perl-regexp-common \
perl-regexp-common-net-cidr \
perl-regexp-ipv6 \
perl-file-sharedir \
postgresql-client \
shadow

Expand Down

0 comments on commit 62fb144

Please sign in to comment.