mirror of
https://github.com/linuxserver/docker-ddclient.git
synced 2026-02-20 03:15:49 +08:00
Install Data::Validate::IP perl dependency
This commit is contained in:
parent
c80be2bda6
commit
fab07f8fed
@ -28,6 +28,7 @@ RUN \
|
||||
echo "***** install perl modules ****" && \
|
||||
curl -L http://cpanmin.us | perl - App::cpanminus && \
|
||||
cpanm JSON::Any && \
|
||||
cpanm Data::Validate::IP && \
|
||||
echo "**** install ddclient ****" && \
|
||||
mkdir -p \
|
||||
/tmp/ddclient && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user