Fix makedist directory.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-16 12:20:18 +01:00
parent 0c329b848d
commit 91f92f80bf

View File

@@ -40,8 +40,9 @@ RUN apk --no-cache --update add \
# Get BackupPC, it will be installed at runtime to allow dynamic upgrade of existing config/pool
#&& curl -o /root/BackupPC-$BACKUPPC_VERSION.tar.gz -L https://github.com/backuppc/backuppc/releases/download/$BACKUPPC_VERSION/BackupPC-$BACKUPPC_VERSION.tar.gz \
&& curl -o /root/backuppc-master.tar.gz -L https://github.com/backuppc/backuppc/archive/refs/heads/master.tar.gz \
&& tar xvzf /root/backuppc-master.tar.gz \
&& cd /root/backuppc-master \
&& cd /root \
&& tar xvzf backuppc-master.tar.gz \
&& cd backuppc-master \
&& ./makeDist --version $BACKUPPC_VERSION \
&& cp dist/BackupPC-$BACKUPPC_VERSION.tar.gz ../ \
&& cd .. \