Add support for blobxfer

This commit is contained in:
Elias Oehen
2022-10-04 18:53:56 +02:00
parent 7bda69b062
commit 956904046d
6 changed files with 97 additions and 2 deletions

View File

@@ -68,6 +68,9 @@ RUN set -ex && \
make && \
make install && \
\
apk add gcc build-base libressl-dev libffi-dev python3-dev py3-pip && \
pip3 install blobxfer && \
\
### Cleanup
apk del .db-backup-build-deps && \
rm -rf /usr/src/* && \