diff --git a/Dockerfile b/Dockerfile index fac2dc2..220dffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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