Add missing lbzip2 dependency.
This commit is contained in:
parent
d6d6139d35
commit
c271584874
@ -47,7 +47,7 @@ FROM python:3.6-stretch
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
rsync libmhash2 \
|
||||
rsync libmhash2 lbzip2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#RUN apk add coreutils
|
||||
|
Loading…
Reference in New Issue
Block a user