Release 3.5.3 - See CHANGELOG.md

This commit is contained in:
dave@tiredofit.ca
2022-10-12 08:42:05 -07:00
committed by Dave Conroy
parent 28c7058f37
commit e7b9a36745
3 changed files with 15 additions and 5 deletions

View File

@@ -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