From c27158487416cd52f394207271956f68dda50ec4 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 27 Nov 2018 00:22:55 +0100 Subject: [PATCH] Add missing lbzip2 dependency. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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