mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 19:36:00 -04:00
Use latest version of kiwix-serve in Dockerfile
This commit is contained in:
parent
7ec2308053
commit
5f12d0349f
@ -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-3.0.1-6.tar.gz | tar -xz && \
|
RUN curl -kL https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64.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*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user