mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Release 3.5.3 - See CHANGELOG.md
This commit is contained in:
committed by
Dave Conroy
parent
28c7058f37
commit
e7b9a36745
@@ -20,6 +20,10 @@ RUN set -ex && \
|
||||
bzip2-dev \
|
||||
git \
|
||||
libarchive-dev \
|
||||
libressl-dev \
|
||||
libffi-dev \
|
||||
python3-dev \
|
||||
py3-pip \
|
||||
xz-dev \
|
||||
&& \
|
||||
\
|
||||
@@ -69,7 +73,6 @@ RUN set -ex && \
|
||||
make && \
|
||||
make install && \
|
||||
\
|
||||
apk add gcc build-base libressl-dev libffi-dev python3-dev py3-pip && \
|
||||
pip3 install blobxfer && \
|
||||
\
|
||||
### Cleanup
|
||||
|
||||
Reference in New Issue
Block a user