Call cpan before makedist.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-16 12:34:00 +01:00
parent 91f92f80bf
commit 51a46750b3

View File

@@ -43,6 +43,7 @@ RUN apk --no-cache --update add \
&& cd /root \
&& tar xvzf backuppc-master.tar.gz \
&& cd backuppc-master \
&& cpanm --quiet --installdeps --notest \
&& ./makeDist --version $BACKUPPC_VERSION \
&& cp dist/BackupPC-$BACKUPPC_VERSION.tar.gz ../ \
&& cd .. \