diff options
Diffstat (limited to 'projects/karchive')
-rw-r--r-- | projects/karchive/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/karchive/Dockerfile b/projects/karchive/Dockerfile index bcc1f8fb..fb4960c9 100644 --- a/projects/karchive/Dockerfile +++ b/projects/karchive/Dockerfile @@ -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 |