feat: updated to current wikindx version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4af01c1404
commit
337d85fe81
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest as builder
|
||||
RUN apk update && apk add --no-cache bash ca-certificates
|
||||
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.9.1/wikindx_6.9.1.tar.bz2
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.10.2/wikindx_6.10.2.tar.bz2
|
||||
RUN mkdir wikindx; tar jxf wikindx.tar.bz2 -C wikindx --strip-components 1
|
||||
|
||||
FROM alpine:latest
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest as builder
|
||||
RUN apk update && apk add --no-cache bash ca-certificates
|
||||
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.9.1/wikindx_6.9.1.tar.bz2
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.10.2/wikindx_6.10.2.tar.bz2
|
||||
RUN mkdir wikindx; tar jxf wikindx.tar.bz2 -C wikindx --strip-components 1
|
||||
|
||||
FROM alpine:latest
|
||||
|
Loading…
Reference in New Issue
Block a user