diff --git a/Dockerfile b/Dockerfile index 3aa48c2..10a9829 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \