[karchive] Use newer bzip2 (#2561)

This commit is contained in:
tsdgeos 2019-07-01 21:09:13 +02:00 committed by Max Moroz
parent 6fa5719612
commit 1fd4936af0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MAINTAINER tsdgeos@gmail.com
RUN apt-get update && apt-get install --yes cmake make autoconf automake autopoint libtool wget
RUN git clone --depth 1 https://github.com/madler/zlib.git
RUN git clone --depth 1 https://github.com/nih-at/libzip.git
RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.6.tar.gz
RUN wget https://sourceware.org/pub/bzip2/bzip2-1.0.7.tar.gz
RUN git clone https://git.tukaani.org/xz.git
RUN git clone --depth 1 git://code.qt.io/qt/qtbase.git
RUN git clone --depth 1 git://anongit.kde.org/extra-cmake-modules