Cpanm bootstrap
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-16 12:51:21 +01:00
parent 51a46750b3
commit 9464a0e5b8

View File

@@ -43,7 +43,9 @@ RUN apk --no-cache --update add \
&& cd /root \
&& tar xvzf backuppc-master.tar.gz \
&& cd backuppc-master \
&& cpanm --quiet --installdeps --notest \
&& curl -o cpanm -L https://cpanmin.us \
&& chmod +x cpanm \
&& ./cpanm --quiet --installdeps --notest . \
&& ./makeDist --version $BACKUPPC_VERSION \
&& cp dist/BackupPC-$BACKUPPC_VERSION.tar.gz ../ \
&& cd .. \