mirror of
https://github.com/linuxserver/docker-ddclient.git
synced 2026-02-20 03:15:49 +08:00
slight format change, cpan allows multiple package install lines
This commit is contained in:
parent
d210356eb0
commit
67bdfdbe64
@ -27,8 +27,9 @@ RUN \
|
||||
perl-json && \
|
||||
echo "***** install perl modules ****" && \
|
||||
curl -L http://cpanmin.us | perl - App::cpanminus && \
|
||||
cpanm JSON::Any && \
|
||||
cpanm Data::Validate::IP && \
|
||||
cpanm \
|
||||
Data::Validate::IP \
|
||||
JSON::Any && \
|
||||
echo "**** install ddclient ****" && \
|
||||
mkdir -p \
|
||||
/tmp/ddclient && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user