ADD: updated to wikindx version 6.8.2
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
b8e9b10c7d
commit
dfeb158b27
@ -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://phoenixnap.dl.sourceforge.net/project/wikindx/6.7.2/wikindx_6.7.2.tar.bz2
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.8.2/wikindx_6.8.2.tar.bz2
|
||||
RUN tar jxf wikindx.tar.bz2
|
||||
|
||||
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://phoenixnap.dl.sourceforge.net/project/wikindx/6.7.2/wikindx_6.7.2.tar.bz2
|
||||
RUN wget -O wikindx.tar.bz2 https://master.dl.sourceforge.net/project/wikindx/6.8.2/wikindx_6.8.2.tar.bz2
|
||||
RUN tar jxf wikindx.tar.bz2
|
||||
|
||||
FROM alpine:latest
|
||||
|
Loading…
Reference in New Issue
Block a user