Merge pull request #325 from kiwix/last-kiwix-serve

Use kiwix-serve 3.0.1
This commit is contained in:
Kelson 2019-08-22 20:49:26 +02:00 committed by GitHub
commit 3248c0f233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ LABEL maintainer Emmanuel Engelhart <kelson@kiwix.org>
# Install kiwix-serve # Install kiwix-serve
WORKDIR / WORKDIR /
RUN apk add --no-cache curl bzip2 RUN apk add --no-cache curl bzip2
RUN curl -kL https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64-1.2.1.tar.gz | tar -xz && \ RUN curl -kL https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64-3.0.1.tar.gz | tar -xz && \
mv kiwix-tools*/kiwix-serve /usr/local/bin && \ mv kiwix-tools*/kiwix-serve /usr/local/bin && \
rm -r kiwix-tools* rm -r kiwix-tools*